first commit

This commit is contained in:
USER
2023-01-17 23:15:21 +00:00
commit 773c15c6ce
27 changed files with 1059 additions and 0 deletions

7
PS/pAddPrinters.ps1 Normal file
View File

@ -0,0 +1,7 @@
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 \\192.168.1.21\"ZEBRA"
Add-Printer -ConnectionName \\192.168.1.22\"BROTHER"