PowerTip: Find PowerShell Modules

Doctor Scripto

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

0 comments

Discussion is closed.

Feedback usabilla icon