Skip to content

2.0.0-preview4

Pre-release
Pre-release
Compare
Choose a tag to compare
@peombwa peombwa released this 24 Jan 23:21
· 1784 commits to features/2.0 since this release
196c37d

Microsoft Graph PowerShell
Microsoft Graph Beta PowerShell

Release Notes

  • Refreshes modules with the latest APIs #1762.
  • Adds offline examples for Teams module #1753.
  • Adds CertificateName alias to CertificateSubjectName on Connect-MgGraph for backward compatibility #1748.

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