Jun 22 2020 05:19 AM - edited Jun 22 2020 05:36 AM
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 check apps used in particular Team by providing Team ID and by using Graph API, but I need to check ALL Teams created in tenant for ALL 3rd party apps (or even any apps, I will determine which one is 3rd party one). I have full list of all teams available in my tenant. I need to know how to iterate API query for this list.
Could you please help me? :)
Jun 22 2020 08:22 AM
SolutionHere'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
Jun 23 2020 01:10 AM
@Vasil Michev thank you, I've used your idea to create my own solution - I used PowerAutomate (Flow) to generate output file.
Nov 16 2021 05:51 PM
Nov 17 2021 12:23 AM
Nov 17 2021 01:54 AM
Nov 17 2021 08:34 AM