Skip navigation
How to See All Available Windows PowerShell Modules

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

 

Hide comments

Comments

  • Allowed HTML tags: <em> <strong> <blockquote> <br> <p>

Plain text

  • No HTML tags allowed.
  • Web page addresses and e-mail addresses turn into links automatically.
  • Lines and paragraphs break automatically.
Publish