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