Update remove-print-jobs.ps1

This commit is contained in:
Markus Fleschutz 2021-08-30 10:18:45 +02:00
parent 946a037624
commit 4e13442eef

View File

@ -20,7 +20,7 @@ try {
Remove-PrintJob -InputObject $printjob
}
"✔️ removed all jobs from all printers"
"✔️ all print jobs removed"
exit 0
} catch {
write-error "⚠️ Error in line $($_.InvocationInfo.ScriptLineNumber): $($Error[0])"