Add example output

This commit is contained in:
Markus Fleschutz
2021-09-29 21:50:10 +02:00
parent ccd0d3e8f0
commit 4983c82830
6 changed files with 32 additions and 0 deletions

View File

@ -5,6 +5,11 @@
Lists all PowerShell modules
.EXAMPLE
PS> ./list-modules
ModuleType Version Name ExportedCommands
---------- ------- ---- ----------------
Manifest 3.1.0.0 Microsoft.PowerShell.Management {Add-Computer, Add-Content, Checkpoint-Computer...}
Manifest 3.1.0.0 Microsoft.PowerShell.Utility {Add-Member, Add-Type, Clear-Variable...}
.NOTES
Author: Markus Fleschutz · License: CC0
.LINK