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