You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
3. Review the `AppOwnerTenantId` value in the output.
69
+
70
+
:::image type="content" source="media/verify-first-party-apps-sign-in/review-the-app-owner-tenant-id-microsoft-graph.png" alt-text="Screenshot of the output of a request to show the Microsoft Entra service principal via Microsoft Graph PowerShell SDK.":::
71
+
72
+
In the screenshot, `f8cdef31-a31e-4b4a-93e4-5f571e91255a` is the Microsoft Service's Microsoft Entra tenant ID.
73
+
74
+
### Using Microsoft Entra PowerShell
75
+
76
+
1. Open PowerShell, import Microsoft Graph PowerShell SDK and connect to Microsoft Entra ID:
77
+
78
+
```cmd
79
+
Import-Module Microsoft.Entra
80
+
Connect-Entra
81
+
```
82
+
83
+
2. In the PowerShell command-line, enter the display name of the application and run the following cmdlet:
:::image type="content" source="media/verify-first-party-apps-sign-in/review-the-app-owner-tenant-id.png" alt-text="Screenshot of the output of a request to show the Microsoft Entra service principal.":::
92
+
:::image type="content" source="media/verify-first-party-apps-sign-in/review-the-app-owner-tenant-id-microsoft-entra.png" alt-text="Screenshot of the output of a request to show the Microsoft Entra service principal via Microsoft Entra PowerShell.":::
66
93
67
94
In the screenshot, `f8cdef31-a31e-4b4a-93e4-5f571e91255a` is the Microsoft Service's Microsoft Entra tenant ID.
68
95
96
+
97
+
69
98
## Application IDs of commonly used Microsoft applications
70
99
71
100
The following table lists some, but not all, first-party Microsoft applications. You may see these applications in the Sign-ins report in Microsoft Entra ID.
0 commit comments