Forum Discussion
kathrynboyle
Nov 26, 2025Copper Contributor
Change to Microsoft Admin Center for Agents
Is anyone else who is managing agents within their company now seeing that you cannot see the publisher who created the agent on the main page? I also attempted to export a list and thought it would ...
Nov 27, 2025
hi kathrynboyle It’s surprising this field was removed, as it’s critical for governance and reporting in large enterprises.
you can try below work arounds
Microsoft Graph API (best option)
- Check for agent/AI app objects via:
- /solutions
- /applications
- /servicePrincipals
- Look for createdBy or owner fields
Entra ID (Azure AD) App Registrations
- Many agents register as applications
- Use PowerShell:
o Get-AzureADApplication | Select DisplayName, CreatedBy, CreatedDateTime
Audit Logs (last 90 days)
- Go to Purview → Audit
- Filter operations:
- “Created AI Agent”
- “Registered application”
- You can export results with user info