Summary: Boe Prox shows how to view all available modules in Windows PowerShell.
How can I view all of the available modules in my current Windows PowerShell session?
Run Get-Module with the –ListAvailable parameter:
Get-Module –ListAvailable
Summary: Boe Prox shows how to view all available modules in Windows PowerShell.
How can I view all of the available modules in my current Windows PowerShell session?
Run Get-Module with the –ListAvailable parameter:
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