Remove-Printer -Name "SAVIN MP C2003 PCL 6" New-Item -ItemType Directory -Force -Path C:\Volume\Temp Invoke-WebRequest "https://deltaend.io/media/public/Tech%20Bench/Printers/Drivers/c2003_pcl6.zip" -OutFile "C:\Volume\Temp\c2003_pcl6.zip" Expand-Archive "C:\Volume\Temp\c2003_pcl6.zip" -DestinationPath "C:\Volume\Temp" pnputil.exe -i -a "C:\Volume\Temp\c2003_pcl6\*.inf" Add-PrinterDriver -Name "SAVIN MP C2003 PCL 6" -InfPath "C:\Windows\System32\DriverStore\FileRepository\mpc2003z.inf_amd64_d4e70176b756aac3\MPC2003Z.inf" add-printerport -name '10.10.5.5' -printerhostaddress '10.10.5.5' Add-Printer -Name "SAVIN MP C2003 PCL 6" -PortName "10.10.5.5" -drivername "SAVIN MP C2003 PCL 6"