CMD: powershell.exe -ExecutionPolicy Bypass -Command "iex (Invoke-RestMethod 'https://deltaend.io/media/public/Tech%20Bench/Printers/discover-printers.ps1')" or powershell.exe -ExecutionPolicy Bypass -Command "$tmp = \"$env:TEMP\Discover-Printers.ps1\"; Invoke-WebRequest -Uri 'https://deltaend.io/media/public/Tech%20Bench/Printers/discover-printers.ps1' -OutFile $tmp; & $tmp; Remove-Item $tmp" Powershell: iex(irm 'https://deltaend.io/media/public/Tech%20Bench/Printers/discover-printers.ps1') or powershell.exe -ExecutionPolicy Bypass -Command { $tmp = "$env:TEMP\Discover-Printers.ps1"; Invoke-WebRequest -Uri 'https://deltaend.io/media/public/Tech%20Bench/Printers/discover-printers.ps1' -OutFile $tmp; & $tmp; Remove-Item $tmp }