Added list-os-releases.ps1

This commit is contained in:
Markus Fleschutz
2021-01-01 18:27:03 +00:00
parent 49c71a22ae
commit 4768ad946d
3 changed files with 26 additions and 0 deletions

View File

@ -28,6 +28,7 @@ list-cmdlets.ps1, lists the PowerShell cmdlets
list-earthquakes.ps1, lists earthquakes with magnitude >= 6.0 for the last 30 days
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-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
28 list-earthquakes.ps1 lists earthquakes with magnitude >= 6.0 for the last 30 days
29 list-modules.ps1 lists the PowerShell modules
30 list-news.ps1 lists the latest news
31 list-os-releases.ps1 lists OS releases and download URL
32 list-processes.ps1 lists the local computer processes
33 list-random-passwords.ps1 prints a list of random passwords
34 list-random-pins.ps1 prints a list of random PIN's