mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-08-10 13:27:41 +02:00
Update the comment header
This commit is contained in:
@ -2,13 +2,13 @@
|
||||
.SYNOPSIS
|
||||
Removes all jobs from all printers
|
||||
.DESCRIPTION
|
||||
This script removes all print jobs from all printer devices.
|
||||
This PowerShell script removes all print jobs from all printer devices.
|
||||
.EXAMPLE
|
||||
PS> ./remove-print-jobs
|
||||
.NOTES
|
||||
Author: Markus Fleschutz · License: CC0
|
||||
.LINK
|
||||
https://github.com/fleschutz/PowerShell
|
||||
.NOTES
|
||||
Author: Markus Fleschutz / License: CC0
|
||||
#>
|
||||
|
||||
#Requires -Version 4
|
||||
|
Reference in New Issue
Block a user