Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This article provides migration details from Remove-AzureADGroupAppRoleAssignment command to Microsoft Graph PowerShell.
Summary
- Azure AD Command: Remove-AzureADGroupAppRoleAssignment
- Azure AD Module: AzureAD
- Microsoft Graph Command: Remove-MgGroupAppRoleAssignment (Community Examples)
- Graph Module: Microsoft.Graph.Applications
- Graph Endpoint: DELETE /groups/{group-id}/appRoleAssignments/{appRoleAssignment-id}
Permissions
Permission type | Least privileged permissions | Higher privileged permissions |
---|---|---|
Delegated (work or school account) | AppRoleAssignment.ReadWrite.All and Group.Read.All | Not available. |
Delegated (personal Microsoft account) | Not supported. | Not supported. |
Application | AppRoleAssignment.ReadWrite.All and Group.Read.All | Not available. |
View more details on permissions.
Property Mapping
Azure AD Name | Microsoft Graph Name |
---|---|
ObjectId | GroupId |
AppRoleAssignmentId | AppRoleAssignmentId |