github microsoftgraph/msgraph-sdk-powershell 2.0.0-preview6

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

Microsoft Graph PowerShell
Microsoft Graph Beta PowerShell

Release Notes

  • Refreshes module with the latest APIs #1874
  • Fixes escaping of -Filter values #1826
  • Fixes missing parameters on some commands #1830
  • Fixes how CAE claims challenge is handled #1835
  • Fixes false error in commands that call Microsoft Graph API actions and functions #1837
  • Fixes dependency conflicts with other modules #1862
  • Adds /security/alerts_v2 commands #1827

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.