About 74,100 results
Open links in new tab
  1. Get-Module (Microsoft.PowerShell.Core) - PowerShell

    The Get-Module cmdlet lists the PowerShell modules that have been imported, or that can be imported, into a PowerShell session. …

  2. PowerShell Get-Module: List Installed and Loaded Modules

    Feb 23, 2026 · Use PowerShell Get-Module to list installed, loaded, and available modules. Learn -ListAvailable, -All flags and how …

  3. Get-InstalledModule (PowerShellGet) - PowerShell | Microsoft Learn

    The Get-InstalledModule cmdlet gets PowerShell modules that are installed on a computer using PowerShellGet. To see all modules …

  4. Get-Module - PowerShell cmdlet

    Get-Module uses the CIM session connection to get modules from the remote computer. When you import the module (by using the …

  5. How to List Installed PowerShell Modules

    Jun 26, 2025 · Learn how to list installed PowerShell modules with simple commands such as Get-Module -ListAvailable. View …

  6. How do I retrieve the available commands from a module?

    To know which PowerShell modules are available on a machine I use the command Get-Module -ListAvailable This returns a list with …

  7. How To List Installed PowerShell Modules - Active Directory Pro

    Nov 12, 2025 · How to list installed PowerShell Modules, find all installed and loaded modules in current session.

  8. PowerShell-Docs/reference/5.1/Microsoft.PowerShell.Core/Get-Module

    The Get-Module cmdlet lists the PowerShell modules that have been imported, or that can be imported, into a PowerShell session. …

  9. Get-Module Cmdlet: PowerShell Cheat Sheet & Examples

    Jan 30, 2026 · Reference cheat sheet for the Get-Module PowerShell cmdlet. Syntax, parameters, examples, and tips for show …

  10. Get-Module Cheat Sheet - Command in Line

    Get-Module Command Cheat Sheet The Get-Module command in PowerShell is used to retrieve information about modules that are …