# Add the printer Write-Host "Adding printer..." Add-Printer -Name "Office Canon" -DriverName $PrinterName -PortName $PortName
This is the standard method for getting a Canon printer running on a typical desktop or laptop.
# Add the printer Write-Host "Adding printer..." Add-Printer -Name "Office Canon" -DriverName $PrinterName -PortName $PortName
This is the standard method for getting a Canon printer running on a typical desktop or laptop.