Added list-printers.ps1

This commit is contained in:
Markus Fleschutz
2021-01-09 15:42:51 +01:00
parent 1232a12779
commit e0d576d662
3 changed files with 18 additions and 0 deletions

View File

@ -34,6 +34,7 @@ list-earthquakes.ps1, lists earthquakes with magnitude >= 6.0 for the last 30 da
list-modules.ps1, lists the PowerShell modules
list-news.ps1, lists the latest news
list-os-releases.ps1, lists OS releases and download URL
list-printers.ps1, lists all printer known to the computer
list-processes.ps1, lists the local computer processes
list-random-passwords.ps1, prints a list of random passwords
list-random-pins.ps1, prints a list of random PIN's

1 Filename Description
34 list-modules.ps1 lists the PowerShell modules
35 list-news.ps1 lists the latest news
36 list-os-releases.ps1 lists OS releases and download URL
37 list-printers.ps1 lists all printer known to the computer
38 list-processes.ps1 lists the local computer processes
39 list-random-passwords.ps1 prints a list of random passwords
40 list-random-pins.ps1 prints a list of random PIN's