Files
wLocal/PS/pAddPrinters.ps1
2023-11-13 20:15:58 +00:00

8 lines
313 B
PowerShell

Get-Printer -ComputerName 192.168.1.21 | Format-List Name,DriverName
Get-Printer -ComputerName 192.168.1.22 | Format-List Name,DriverName
#Get-Printer -ComputerName reception1 | where Shared -eq $true | fl Name
Add-Printer -ConnectionName \\reception1\"ZEBRA"
Add-Printer -ConnectionName \\reception2\"BROTHER"