Quantcast
Channel: Hey, Scripting Guy! Blog
Viewing all articles
Browse latest Browse all 3333

PowerTip: Find PowerShell Modules

$
0
0

Summary: Use Windows PowerShell to find Windows PowerShell modules.

Hey, Scripting Guy! Question How can I use Windows PowerShell to find out what modules are available on my system?

Hey, Scripting Guy! Answer Use the Get-Module cmdlet and specify the –ListAvailable option:

Get-Module -ListAvailable


Viewing all articles
Browse latest Browse all 3333

Trending Articles