PowerTip: Find PowerShell Modules
Summary: Use Windows PowerShell to find Windows PowerShell modules. How can I use Windows PowerShell to find out what modules are available on my system? Use the Get-Module cmdlet and specify the –ListAvailable option: Get-Module -ListAvailable