mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-08-14 23:02:41 +02:00
Update the manuals
This commit is contained in:
@ -1,5 +1,4 @@
|
||||
#requires -version 4
|
||||
<#
|
||||
<#
|
||||
.SYNOPSIS
|
||||
remove-print-jobs.ps1
|
||||
.DESCRIPTION
|
||||
@ -12,6 +11,8 @@
|
||||
https://github.com/fleschutz/PowerShell
|
||||
#>
|
||||
|
||||
#Requires -Version 4
|
||||
|
||||
try {
|
||||
$printers = Get-Printer
|
||||
if ($printers.Count -eq 0) { throw "No printer found" }
|
||||
|
Reference in New Issue
Block a user