August 12th, 2015

PowerTip: View All Available Modules

Doctor Scripto
Scripter

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

Author

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

Discussion are closed.