Forum Discussion
Mohammed Hamada
Jun 14, 2022Brass Contributor
Azure AD Apps
I am trying to get Azure AD Apps Manifest "Tag" attribute through powershell but couldn't manage to do so. Is this something that I can get using Graph API ? Thank you
Kidd_Ip
Jun 11, 2026MVP
You can retrieve the tags attribute from an Azure AD application manifest using the Microsoft Graph API, but not directly through the standard PowerShell cmdlets like Get-AzureADApplication or Get-MgApplication unless you explicitly query the property. github.com/microsoftgraph/microsoft-graph-docs-contrib/blob/main/api-reference/beta/resources/application.md