
about_Modules - PowerShell | Microsoft Learn
Sep 29, 2025 · Modules written in C# as compiled .NET assemblies are known as native modules. Modules written in PowerShell are known as script modules. This article explains …
Understanding a Windows PowerShell Module - PowerShell
Sep 17, 2021 · You can also write a script that dynamically creates a module, and as such doesn't actually need a directory to store anything in. The following sections describe the types of …
What is Azure PowerShell | Microsoft Learn
Dec 2, 2025 · Azure PowerShell is the product name for the collection of official Microsoft PowerShell modules for managing Azure resources. It requires PowerShell, a command-line …
Script modules - PowerShell | Microsoft Learn
Mar 27, 2025 · Script modules In PowerShell, a script module is simply a .psm1 file that contains one or more functions, just like a regular script, but with a different file extension. How do you …
About the Exchange Online PowerShell V3 module | Microsoft Learn
Admins can learn about the installation, maintenance, and design of the Exchange Online PowerShell V3 module that they use to connect to all Exchange cloud-related PowerShell …
How to Write a PowerShell Script Module - PowerShell
A script module is any valid PowerShell script saved in a .psm1 extension. This extension allows the PowerShell engine to use rules and module cmdlets on your file. Most of these capabilities …
Power BI Cmdlets reference | Microsoft Learn
Jun 5, 2025 · Learn about the PowerShell Cmdlets that are available to manage your Power BI tenant.
SQL Server PowerShell - SQL Server PowerShell | Microsoft Learn
Jul 3, 2024 · Learn about the two SQL Server PowerShell modules, SqlServer and SQLPS, which include PowerShell Providers and cmdlets.
Introducing the Az PowerShell module | Microsoft Learn
The Az PowerShell module is a set of cmdlets for managing Azure resources directly from PowerShell. PowerShell provides powerful features for automation that can be leveraged for …
about_Using - PowerShell | Microsoft Learn
The value of <module-name> can be a module name, a full module specification, or a path to a module file. When <module-name> is a path, the path can be fully qualified or relative.