github microsoftgraph/msgraph-sdk-powershell 2.0.0-preview3

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

Microsoft Graph PowerShell
Microsoft Graph Beta PowerShell

Release Notes

  • Refreshes modules with the latest APIs #1697.
  • Adds offline examples for Users, Users.Functions, and Users.Actions modules #1728.
  • Adds useful error message when an auth session hasn't been initialized.

See Microsoft Graph PowerShell v2 Upgrade Guide for more details.

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.