Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 519 Bytes

File metadata and controls

14 lines (11 loc) · 519 Bytes

Microsoft Graph API Cmdlets

Features

These cmdlets are meant to give administrators an easy way to interact with the Microsoft Graph API. The hope is to have the most popular features of MS Graph here as cmdlets.

Install the module from the PowerShell gallery with the command: Install-Module MSGraphAPI

Current Functions

  1. Authenticate to Microsot Graph with Connect-MSGraphAPI
  2. Use Invoke-MSGraphAPIMethod to call Graph
  3. Returns custom classes that are based on the Graph metadata