Microsoft Teams
Discovers Microsoft Teams teams, channels, members, and installed apps.
What it does
Uses Microsoft Graph to enumerate all Teams in the tenant, then fetches channels, members, and apps for each team. Outputs 4 CSV files matching the TeamsDiscovery hook expectations: - Teams.csv (main) - TeamChannels.csv - TeamMembers.csv - TeamApps.csv Migration-useful shape (v1.2.0): - TeamId/ObjectId/TeamName on teams; TeamResourceAvailable flags live /teams resource - MemberId = AAD user object id (not conversation membership id); UserId mirror - TeamDisplayName denormalized on channels/members/apps for join readability - Group members/owners fallback when /teams/{id} is NotFound (incomplete provision)
How the app exposes it
The module feeds into the ACQI app's dedicated results view. From there, conflicts, dependencies, and readiness scores roll up into the deal workspace.
/discovered/teams Outputs
Each module produces a CSV with readiness and risk scores, evidence-source counts, and last-seen timestamps. The exact columns vary by module — the app's results view shows the live schema.