Remove-Printer -Name "RICOH MP C307 PCL 6" New-Item -ItemType Directory -Force -Path C:\Volume\Temp\printers\ Invoke-WebRequest "https://deltaend.io/media/public/Tech%20Bench/Printers/Drivers/mp_c307_pcl6.zip" -OutFile "C:\Volume\Temp\printers\mp_c307_pcl6.zip" Expand-Archive "C:\Volume\Temp\printers\mp_c307_pcl6.zip" -DestinationPath "C:\Volume\Temp\printers\mp_c307_pcl6" pnputil.exe -i -a "C:\Volume\Temp\printers\mp_c307_pcl6\*.inf" Add-PrinterDriver -Name "RICOH MP C307 PCL 6" -InfPath "C:\Windows\System32\DriverStore\FileRepository\mpc307__.inf_amd64_9c74ab24db2b8613\MPC307__.inf" add-printerport -name 'IP_192.168.1.50' -printerhostaddress '192.168.1.50' Add-Printer -Name "RICOH MP C307 PCL 6" -PortName "IP_192.168.1.50" -drivername "RICOH MP C307 PCL 6"