Microsoft Graph PowerShell
Microsoft Graph Beta PowerShell
What's Changed
- Adds
servicePrincipal
,administrativeUnit
, anddevice
derived types to*-MgDirectoryDeletedItem*
commands by @peombwa in microsoftgraph/msgraph-metadata#340 - Adds custom cmdlets for RSC configuration by @subray2014 in #2001 and #1968
- Updates default output for common types by @peombwa in #2002
- Refreshes module with the latest API changes by @peombwa in #2005
Full Changelog: 2.0.0-preview9...2.0.0-preview10
Installation instructions
# For Microsoft Graph v1.0
Install-Module Microsoft.Graph -AllowPrerelease -RequiredVersion 2.0.0-preview10
# For Microsoft Graph beta
Install-Module Microsoft.Graph.Beta -AllowPrerelease -RequiredVersion 2.0.0-preview10