github microsoftgraph/msgraph-sdk-powershell 2.0.0-preview5

latest releases: 2.23.0, 2.22.0, 2.21.1...
pre-release19 months ago

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

Don't miss a new msgraph-sdk-powershell release

NewReleases is sending notifications on new releases.