PowerShell Get-Module: List Installed and Loaded Modules ─□✕ February 23, 2026May 5, 2026 PowerShell Tips Editor 4 min read PowerShell Get-Module: List Installed and Loaded Modules Get-Module tells you exactly which PowerShell modules are loaded or installed. Learn every useful flag and how to check module versions and paths.
PowerShell Modules: Install, Import, and Create Your Own ─□✕ February 23, 2026May 5, 2026 PowerShell Tips Editor 4 min read PowerShell Modules: Install, Import, and Create Your Own PowerShell modules bundle related functions for reuse and sharing. Learn to install, import, and build your own module from scratch.