Add list-print-jobs.ps1

This commit is contained in:
Markus Fleschutz
2021-08-30 11:37:36 +02:00
parent fd991223b0
commit 04b7ac59dc
3 changed files with 30 additions and 0 deletions

View File

@ -71,6 +71,7 @@ Mega Collection of PowerShell Scripts
| [list-installed-apps.ps1](Scripts/list-installed-apps.ps1) | Lists the installed Windows Store apps
| [list-installed-software.ps1](Scripts/list-installed-software.ps1) | Lists the installed software (except Windows Store apps)
| [list-printers.ps1](Scripts/list-printers.ps1) | Lists all printer known to the computer
| [list-print-jobs.ps1](Scripts/list-print-jobs.ps1) | Lists all jobs of all printers
| [list-processes.ps1](Scripts/list-processes.ps1) | Lists the local computer processes
| [list-services.ps1](Scripts/list-services.ps1) | Lists the services on the local computer
| [list-system-info.ps1](Scripts/list-system-info.ps1) | Lists system information on the local computer