Open links in new tab
  1. Developer

    Stable release

    7.5.5 / 12 March 2026

    Preview release

    7.6.0.preview.5 / 9 October 2025

    Platform

    PowerShell: .NET · Windows PowerShell: .NET Framework
    PowerShell Module Browser - PowerShell | Microsoft Learn

    Search all PowerShell modules and cmdlets from Microsoft - just start typing in the box below.

    Microsoft Learn
    PowerShell Modules: A Beginner's Guide to Extending Functionality

    In this article, you’ll discover what PowerShell modules are, how to find them, and how to use them to supercharge your automation tasks. From managing virtual …

    ATA Learning
  1. Windows 11 includes a wide range of PowerShell modules that enhance system administration, automation, and configuration tasks. These modules are designed to manage various Windows features and services, making PowerShell a powerful tool for IT professionals and developers.

    Built-in PowerShell Modules in Windows 11

    Windows 11 comes with numerous built-in modules to manage system functionalities. Some notable modules include:

    • ActiveDirectory: For managing Active Directory Domain Services.

    • BitLocker: To configure and manage BitLocker encryption.

    • DNSClient and DNSServer: For DNS client and server management.

    • Hyper-V: To manage virtual machines and Hyper-V environments.

    • PSWindowsUpdate: To control Windows Updates, including scanning, installing, and hiding updates.

    • Storage: For managing storage devices and configurations.

    • GroupPolicy: To manage Group Policy settings.

    Feedback
  2. PowerShell Module Browser - PowerShell | Microsoft Learn

    Search all PowerShell modules and cmdlets from Microsoft - just start typing in the box below.

  3. PowerShell Modules: A Beginner's Guide to Extending …

    Jan 10, 2025 · In this article, you’ll discover what PowerShell modules are, how to find them, and how to use them to supercharge your automation tasks. From …

  4. PowerShellGet and the PowerShell Gallery - mcas

    The PowerShell Gallery is the central repository for PowerShell content. In it, you can find PowerShell scripts, modules containing PowerShell cmdlets and Desired State Configuration (DSC) resources.

  5. 11 PowerShell modules you should try out on your …

    Jan 21, 2025 · Better yet, you can import third-party modules to enhance PowerShell’s capabilities. So, we’ve compiled a list of the best PowerShell …

  6. about_Modules - PowerShell | Microsoft Learn

    Sep 29, 2025 · Commands can be added to your session from modules and snap-ins. Modules can add all types of commands, including cmdlets, providers, and functions, and items, such as variables, …

  7. People also ask
    Loading
    Unable to load answer
  8. PowerShell Gallery | Packages:

    Mar 3, 2026 · Find and download PowerShell modules for various purposes, such as Windows Update, Azure, AWS, Dell BIOS, and more. See the latest versions, tags, downloads, and descriptions of each …

    Missing:
    • Modules
    Must include:
  9. PowerShell Modules – powershellblog.com

    A PowerShell module is a collection of cmdlets, functions, variables, and other PowerShell elements that are packaged together to provide a specific set of related functionality.

  10. PowerShell Modules: A Quick Introduction with a …

    Dec 8, 2024 · In this blog, I’ll introduce PowerShell modules, explain their two primary types, and walk through a real-world example using my GitHub project to …

  11. Working with PowerShell modules

    Jul 19, 2023 · PowerShell modules are packages that contain functions, cmdlets, and variables. Let's take a closer look at PowerShell modules and how to work …