About 3,940 results
Open links in new tab
  1. Install the Microsoft Graph PowerShell SDK | Microsoft Learn

    The Microsoft Graph PowerShell SDK comes in two modules, Microsoft.Graph and Microsoft.Graph.Beta, that you'll install separately. These modules call the Microsoft Graph v1.0 and Microsoft Graph beta endpoints, respectively.

  2. How to check if a PowerShell Module is installed?

    Mar 27, 2022 · To check if a PowerShell module is installed, open PowerShell and use the following command: Get-Module -ListAvailable -Name "ModuleName" Replace “ModuleName” with the module you’re checking. For example, “PnP.PowerShell”.

  3. Get started with the Microsoft Graph PowerShell SDK

    Mar 18, 2025 · The SDK contains two modules, Microsoft.Graph and Microsoft.Graph.Beta that call the Microsoft Graph REST API v1.0 and Microsoft Graph REST API beta, respectively. Cmdlets are available for the module that is installed.

  4. How to Install Microsoft Graph Module in PowerShell

    Feb 17, 2022 · In this article, I will explain how to install the Microsoft Graph Module and how to connect to it using different permissions. The Graph module is actually called the Microsoft Graph PowerShell SDK and is a wrapper for all Microsoft Graph APIs. At the moment it only seems to replace the Azure AD module.

  5. PowerShell Gallery | Microsoft.Graph 2.27.0

    Apr 20, 2025 · Microsoft Graph PowerShell module. Minimum PowerShell version. 5.1. Installation Options. Install Module Manual Download Copy and Paste the following command to install this package using PowerShellGet More Info. Install-Module -Name Microsoft.Graph Manually download the .nupkg file to your system's default download location. ...

  6. Microsoft Graph PowerShell documentation | Microsoft Learn

    The Microsoft Graph PowerShell SDK acts as an API wrapper for the Microsoft Graph APIs, exposing the entire API set for use in PowerShell. Learn how to use Microsoft Graph PowerShell to manage identities at scale and automate bulk administrative tasks.

  7. Install Microsoft Graph PowerShell module - ALI TAJRAN

    Feb 27, 2024 · In this article, you will learn how to install Microsoft Graph PowerShell module. 1. Set Windows PowerShell Execution Policy. 2. Install PowerShellGet module. 3. Install Microsoft Graph module. 4. Install Microsoft Graph Beta module.

  8. How to Download and Install Microsoft Graph Module in …

    3️⃣ Verify you installed the Microsoft Graph module. Use the below PowerShell cmdlet to check Microsoft Graph PowerShell module version.

  9. Connect to Microsoft Graph PowerShell - Microsoft 365 Scripts

    Apr 13, 2022 · After installation, you can check the version of the Microsoft Graph PowerShell module by using the following cmdlet. While connecting to Microsoft Graph PowerShell, you need to determine the required scope. Scope: Microsoft Graph provides access to all APIs in Microsoft 365. Each API is protected by one or more permission scopes.

  10. Microsoft Graph PowerShell - GitHub

    The Microsoft Graph PowerShell SDK is made up of a set of modules that enable you to interact with the Microsoft Graph API using PowerShell commands. The modules consist of commands that act as wrappers for the API, allowing you to access all the features and functionality of the API through PowerShell.

  11. Some results have been removed
Refresh