Powershell Tip #24: List loaded and installed modules By powershellgu | September 1, 2015 2 Comments Tip: You can list the loaded and installed modules with PowerShell: PowerShell # Gets loaded modules in the current session Get-Module # Gets all installed modules Get-Module -ListAvailable 12345 # Gets loaded modules in the current sessionGet-Module # Gets all installed modulesGet-Module -ListAvailable
Pingback: Powershell Tip #23: Get Tombstone Lifetime | Powershell Guru
Pingback: Powershell Tip #25: Reload a profile | Powershell Guru