Forum Discussion
ChrisFicek
Mar 09, 2022Iron Contributor
M365 Group Apps Report
This may or may not be the right place to ask this question but it is worth a shot. I am struggle to find some answers as to how we can get a list of apps that are associated or connected to an M365...
- Mar 10, 2022Connectors are a mess, the bulk of the management tasks available are only exposed via the clients, and no API support. On the Teams side of things, you can use the Graph API to report on apps/tabs, here's a sample script I wrote a while back: https://github.com/michevnew/PowerShell/blob/master/Report_Teams_Apps.ps1
VasilMichev
Mar 10, 2022MVP
Connectors are a mess, the bulk of the management tasks available are only exposed via the clients, and no API support. On the Teams side of things, you can use the Graph API to report on apps/tabs, here's a sample script I wrote a while back: https://github.com/michevnew/PowerShell/blob/master/Report_Teams_Apps.ps1