Forum Discussion
rmangoendirjo
Mar 22, 2022Copper Contributor
Report custom apps that have been installed /uploaded directly to a team or in the personal context
Hi everyone,
About a month ago we've disabled "Upload custom apps" in Microsoft Teams Admin Center -> Teams apps -> Setup policies -> Global (org-wide default). I think this setting has been enabled for a while or perhaps since the creation of our tenant.
Is there a way to generate a report that shows all the custom apps that have been installed/uploaded directly to a team or in the personal context (thus not through the Teams app store) up until the moment that we have disabled this setting?
Thanks in advance and with kind regards,
Richy
- Try this script I put together a while back: https://github.com/michevnew/PowerShell/blob/master/Report_Teams_Apps.ps1
- WilfredYCopper Contributor
Hi VasilMichev, I am trying to utilise your script but it seems to require the exact appID.
Do you have a script that can report on all sideloaded apps?- The AppID is used for authentication/obtaining an access token for the Graph. Feel free to replace that part with whichever method works best for you.
- rmangoendirjoCopper Contributor
VasilMichev, thanks very much and I will get back to you as soon as we have tried it.