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 enab...
VasilMichev
Mar 22, 2022MVP
Try this script I put together a while back: https://github.com/michevnew/PowerShell/blob/master/Report_Teams_Apps.ps1
- WilfredYApr 13, 2022Copper 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?- VasilMichevApr 13, 2022MVPThe 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.
- rmangoendirjoMar 23, 2022Copper Contributor
VasilMichev, thanks very much and I will get back to you as soon as we have tried it.