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
- Authenticate to Microsot Graph with Connect-MSGraphAPI
- Use Invoke-MSGraphAPIMethod to call Graph
- Returns custom classes that are based on the Graph metadata