PowerTip: Find All Modules on a System by Using PowerShell
Summary: Learn how to find all modules on a system by using Windows PowerShell.
How can I find all of the modules on my system by using Windows PowerShell?
Use the Get-Command cmdlet and specify all of the modules. Pipe the results to the Group-Object cmdlet,


