Microsoft a rendu disponible aujourd'hui une nouvelle version du module powershell pour Microsoft Graph en version 1.9.6
Date: 06 Mai 2022
Release notes: https://github.com/microsoftgraph/msgraph-sdk-powershell/releases
Lien: https://www.powershellgallery.com/packages/Microsoft.Graph/1.9.6
Mise a jour:
- Fixes broken
Get-MgSite
andGet-MgSubSite
commands #1229. - Fixes wrongly named
cloudPC
commands #1221. - Fixes stackoverflow exception in PowerShell 5.1. when fetching many items #1225.
- Adds examples for
MgDomainFederationConfiguration
commands #1199.
Dans le cadre d'une installation initiale du module, la commande est la suivante
Install-Module -Name Microsoft.Graph
Mise a niveau:
Update-Module Microsoft.Graph
Get-InstalledModule