8 lines
313 B
PowerShell
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"
|