mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-02-16 17:51:28 +01:00
Fix typo
This commit is contained in:
parent
4e13442eef
commit
947bc0452d
@ -18,6 +18,7 @@ try {
|
||||
$printjobs = Get-PrintJob -PrinterObject $printer
|
||||
foreach ($printjob in $printjobs) {
|
||||
Remove-PrintJob -InputObject $printjob
|
||||
}
|
||||
}
|
||||
|
||||
"✔️ all print jobs removed"
|
||||
|
Loading…
Reference in New Issue
Block a user