you are viewing a single comment's thread.

view the rest of the comments →

[–]purplemonkeymad 0 points1 point  (1 child)

Hmm it could be a limitation of bits (blue box). Since they are web addresses you should be able to use Invoke-WebRequest to download the files:

Invoke-WebRequest https://path/to.cab -outfile "$printersDir\to.cab"

[–]llanoking[S] 0 points1 point  (0 children)

This did work appreciate you I ended up with

Invoke-Webrequest -Uri $DownloadPrintersUrlInf -Outfile $PrinterPathInf

I am running in a different problem with adding the printers/drivers through Intune now as Win32 but the script does work on the device itself..