App id to Displayname

Shashi V 1 Reputation point
2021-07-31T18:20:20.17+00:00

I am trying to use the below to convert appid to Displayname

Get-AzureADApplication -Filter "AppId eq '<appid>'", but I dont get the output for most of the default ones, example below

AAD Graph API 00000002-0000-0000-c000-000000000000
Office 365 Exchange Online 00000002-0000-0ff1-ce00-000000000000
Microsoft Graph 00000003-0000-0000-c000-000000000000
Skype for Business Online 00000004-0000-0ff1-ce00-000000000000
Office 365 Yammer 00000005-0000-0ff1-ce00-000000000000
OneNote 2d4d3d8e-2be3-4bef-9f87-7875a61c29de
Windows Azure Service Management API 797f4846-ba00-4fd7-ba43-dac1f8f63013
Office 365 Management APIs c5393580-f805-4401-95e8-94b7a6ef2fc2
Microsoft Teams Services cc15fd57-2c6c-4117-a88c-83b1d56b4bbet
Azure Key Vault cfa8b339-82a2-471a-a3c9-0fc0be7a4093

I see there are more. is there a way that with powershell I can convert the above too to displayname.

Microsoft Security | Microsoft Entra | Microsoft Entra ID
{count} votes

1 answer

Sort by: Most helpful
  1. AmanpreetSingh-MSFT 56,871 Reputation points Moderator
    2021-08-02T06:58:28.917+00:00

    Hi @Shashi V · Thank you for reaching out.

    All the applications that you have listed above are 1st party applications and are registered in Microsoft Tenant. Service Principals corresponding to these applications are created in your tenant. You can see these applications by using Get-AzureADServicePrincipal cmdlet but you cannot make any changes to the Displayname of these applications/servicePrincipals.

    119679-image.png

    You can also find these applications under Enterprise Applications blade on Azure Portal, but displayName will be greyed-out for these application and can't be changed.
    119700-image.png

    -----------------------------------------------------------------------------------------------------------

    Please "Accept the answer" if the information helped you. This will help us and others in the community as well.

    1 person found this answer helpful.
    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.