Summary: Use Windows PowerShell to find Windows PowerShell modules.
How can I use Windows PowerShell to find out what modules are available on my system?
Use the Get-Module cmdlet and specify the –ListAvailable option:
Get-Module -ListAvailable
The "Scripting Guys" is a historical title passed from scripter to scripter. The current revision has morphed into our good friend Doctor Scripto who has been with us since the very beginning.
0 comments