Get-AzureADMSGroup
This article provides migration details from Get-AzureADMSGroup command to Microsoft Graph PowerShell.
Summary
- Azure AD Command: Get-AzureADMSGroup
- Azure AD Module: AzureAD
- Microsoft Graph Command: Get-MgGroup (Community Examples)
- Graph Module: Microsoft.Graph.Groups
- Graph Endpoint: GET /groups/{id}
Permissions
Permission type | Least privileged permissions | Higher privileged permissions |
---|---|---|
Delegated (work or school account) | GroupMember.Read.All | Group.ReadWrite.All, Directory.Read.All, Directory.ReadWrite.All, Group.Read.All |
Delegated (personal Microsoft account) | Not supported. | Not supported. |
Application | GroupMember.Read.All | Group.ReadWrite.All, Directory.Read.All, Directory.ReadWrite.All, Group.Read.All |
View more details on permissions.
Property Mapping
Azure AD Name | Microsoft Graph Name |
---|---|
All | All |
Filter | Filter |
ObjectId | Id |
SearchString | NA |
Top | Top |