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