Remove-Printer -Name "RICOH IM C3000 PCL 6" New-Item -ItemType Directory -Force -Path C:\Volume\Temp\printers\ Invoke-WebRequest "https://deltaend.io/media/public/Tech%20Bench/Printers/Drivers/im_c3000_pcl6.zip" -OutFile "C:\Volume\Temp\printers\im_c3000_pcl6.zip" Expand-Archive "C:\Volume\Temp\printers\im_c3000_pcl6.zip" -DestinationPath "C:\Volume\Temp\printers\im_c3000_pcl6" pnputil.exe -i -a "C:\Volume\Temp\printers\im_c3000_pcl6\*.inf" Add-PrinterDriver -Name "RICOH IM C3000 PCL 6" -InfPath "C:\Windows\System32\DriverStore\FileRepository\mpc3000_.inf_amd64_74e6f56c526dfbc4\MPC3000_.inf" add-printerport -name 'IP_192.168.1.107' -printerhostaddress '192.168.1.107' Add-Printer -Name "RICOH IM C3000 PCL 6" -PortName "IP_192.168.1.107" -drivername "RICOH IM C3000 PCL 6"