Remove-AzureADServicePrincipalOwner
This article provides migration details from Remove-AzureADServicePrincipalOwner command to Microsoft Graph PowerShell.
Summary
- Azure AD Command: Remove-AzureADServicePrincipalOwner
- Azure AD Module: AzureAD
- Microsoft Graph Command: Remove-MgServicePrincipalOwnerByRef (Community Examples)
- Graph Module: Microsoft.Graph.Applications
- Graph Endpoint: DELETE /servicePrincipals/{servicePrincipal-id}/owners/{directoryObject-id}/$ref
Permissions
Permission type | Least privileged permissions | Higher privileged permissions |
---|---|---|
Delegated (work or school account) | Application.ReadWrite.All | Directory.ReadWrite.All |
Delegated (personal Microsoft account) | Not supported. | Not supported. |
Application | Application.ReadWrite.OwnedBy | Application.ReadWrite.All, Directory.ReadWrite.All |
View more details on permissions.
Property Mapping
Azure AD Name | Microsoft Graph Name |
---|---|
ObjectId | ServicePrincipalId |
OwnerId | DirectoryObjectId |