Skip to content

2.0.0-preview7

Pre-release
Pre-release

Choose a tag to compare

@peombwa peombwa released this 23 Mar 20:09
· 1728 commits to features/2.0 since this release
57ea819

Microsoft Graph PowerShell
Microsoft Graph Beta PowerShell

Release Notes

  • Refreshes module with the latest APIs #1892
  • Fixes legacy command resolution on Windows PowerShell 5.1 #1882
  • Fixes dependency conflict with Az module #1894

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