Forum Discussion
how to Identify Unused or Duplicate app registrations ??
Hi All,
In SharePoint online, Apps/Add-in registered on site can be accessed with below link. Please replace tenantname & sitename with your details.
https://<tenanatname>.sharepoint.com/sites/<sitename>/_layouts/15/appprincipals.aspx?Scope=Site
How to check unused app or invalid app and other audit details like created date,created by,modified by,modified date.....
Is there any script or particular page where these details can be accessed and clean up the unncessary ones?
Sorry if this post is duplicate with same content with different subject.
Advance Thanks!!
Sri
- Sven SaatkampCopper Contributor
Hi Sri,
do you know the Pnp Powershell commands for App-Handling?
https://msdn.microsoft.com/en-us/pnp_powershell/apps-category
I think they might help.
Cheers
Sven
- Srinivas NarulaBrass Contributor
Thanks Sven. I will check this out.