How to See All Available Windows PowerShell Modules

Use this switch in PowerShell to get a list of all available modules.

John Savill

March 29, 2013

1 Min Read
How to See All Available Windows PowerShell Modules

Q: How can I see all available Windows PowerShell modules?

A: You can see all the available Windows PowerShell modules by using a PowerShell cmdlet and a switch. Simply add the -listavailable switch to get-module to list all available PowerShell modules that can be loaded:

get-module -listavailable

 

About the Author

Sign up for the ITPro Today newsletter
Stay on top of the IT universe with commentary, news analysis, how-to's, and tips delivered to your inbox daily.

You May Also Like