Forum Discussion
MaciejPietrzak
Jun 22, 2020Copper Contributor
List of all apps used in teams inside tenant
Hello, Company, what I'm responsible for, wants to disable all 3rd party applications in Teams. But before disabling, they want to know, if there's any used in any team. I've found, that I can c...
- Jun 22, 2020
Here's a sample script I wrote a while back: https://github.com/michevnew/PowerShell/blob/master/Report_Teams_Apps.ps1
More info here: https://www.michev.info/Blog/Post/2829/reporting-on-teams-apps-and-tabs
VasilMichev
Jun 22, 2020MVP
Here's a sample script I wrote a while back: https://github.com/michevnew/PowerShell/blob/master/Report_Teams_Apps.ps1
More info here: https://www.michev.info/Blog/Post/2829/reporting-on-teams-apps-and-tabs
MaciejPietrzak
Jun 23, 2020Copper Contributor
VasilMichev thank you, I've used your idea to create my own solution - I used PowerAutomate (Flow) to generate output file.