5 lines
95 B
PowerShell
5 lines
95 B
PowerShell
[CmdletBinding()]
|
|
param (
|
|
[string]$printer = "SALES"
|
|
)
|
|
Remove-Printer -name "\\PS\$printer" |