Forum Discussion
TechThomas
Aug 25, 2021Copper Contributor
Report Azure AD Application Usage
Hello together I need to get the the report from Azure AD Application Usage The following link shows this in the Admin Center https://portal.azure.com/#blade/Microsoft_AAD_IAM/StartboardApplica...
- Aug 25, 2021
TechThomas Generally, applications inside Azure AD are service principals, and you can get a list of all service principals by using the "Get-AzureADServicePrincipal -All $true" command using PowerShell and export those as a CSV file using the Export-CSV cmdlet. You can also have a look a this Graph API call.
pvanberlo
Aug 25, 2021MCT
And if you actually look them up by their object ID? Does it return anything at all?
TechThomas
Aug 25, 2021Copper Contributor
Yes, I copied all results with the parameter fl * into a text file to search for displayname, AppID, Object ID and Publisher.
unfortunately i get different results between output and admin center
unfortunately i get different results between output and admin center