PowerTip: View All Available Modules

Doctor Scripto

Summary: Boe Prox shows how to view all available modules in Windows PowerShell.

Hey, Scripting Guy! Question How can I view all of the available modules in my current Windows PowerShell session?

Hey, Scripting Guy! Answer Run Get-Module with the –ListAvailable parameter:

Get-Module –ListAvailable

0 comments

Discussion is closed.

Feedback usabilla icon