remove ip reference to machines
This commit is contained in:
@ -3,5 +3,5 @@ Get-Printer -ComputerName 192.168.1.22 | Format-List Name,DriverName
|
||||
|
||||
#Get-Printer -ComputerName reception1 | where Shared -eq $true | fl Name
|
||||
|
||||
Add-Printer -ConnectionName \\192.168.1.21\"ZEBRA"
|
||||
Add-Printer -ConnectionName \\192.168.1.22\"BROTHER"
|
||||
Add-Printer -ConnectionName \\reception1\"ZEBRA"
|
||||
Add-Printer -ConnectionName \\reception2\"BROTHER"
|
||||
|
||||
Reference in New Issue
Block a user