Listing PowerShell Modules

Windows PowerShell modules exist in two states: loaded and unloaded. To display a list of all loaded modules, you can use the Get-Module cmdlet without any parameters.  To obtain a listing of all modules that are available on the system but are not loaded into the PowerShell console, you can use the Get-Module cmdlet with the −ListAvailable parameter.

powershell_module