Microsoft Graph PowerShell
Microsoft Graph Beta PowerShell
Release Notes
- Refreshes module with the latest APIs #1803
- Fixes download of extensionless files #1800
- Fixes missing
If-Match
header when updating Planner resources microsoftgraph/msgraph-metadata#260 - Fixes
Invoke-MgGraphRequest
serialization of non-ASCII character #1764 - Fixes
Find-MgGraphPermission
resolution when no connection to Microsoft Graph exists #1786 - Adds Teams custom commands for pre-approval #1745
- Ports v1.x examples to v2.x #1760
Installation instructions
# For Microsoft Graph v1.0
Install-Module Microsoft.Graph -AllowPrerelease -AllowClobber -Force
# For Microsoft Graph beta
Install-Module Microsoft.Graph.Beta -AllowPrerelease -AllowClobber -Force