Microsoft Graph PowerShell SDK

repository·main·Indexed 21 days ago

https://github.com/microsoftgraph/msgraph-sdk-powershell

An API wrapper for Microsoft Graph APIs that allows developers to interact with Microsoft Graph resources directly from PowerShell scripts. It provides automated HTTP logic, managed authentication, and object mapping to manage identities and Microsoft 365 data at scale. The SDK includes the main Microsoft.Graph module and a Beta version (Microsoft.Graph.Beta) for accessing beta API endpoints.

Tokens
178.7K
Snippets
460
Records
909
Agent score
72%

What's inside Microsoft Graph PowerShell SDK

  1. Overview of the Microsoft.Graph.Security module

    main
    The Microsoft.Graph.Security module is a PowerShell module specifically for interacting with the Microsoft Graph Security service. It is a generated module, meaning its commands and structures are derived from the Microsoft Graph Security API definitions via AutoRest. This module allows administrators and developers to manage security-related resources within their Microsoft Graph environment using PowerShell.
  2. Overview of Microsoft.Graph.Beta.Groups module

    main
    The Microsoft.Graph.Beta.Groups module provides PowerShell cmdlets for interacting with the Microsoft Graph Beta Groups service. This module is part of the Microsoft Graph PowerShell SDK and allows for management of group-related resources using the beta API endpoint. Note that because this is a beta module, the underlying API and its cmdlets are subject to change.