M365 ● Sealed v1.0

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 runs through the ACQI discovery orchestrator and writes its rows into a dedicated results view. From there, conflicts, dependencies, and readiness scores feed the deal-wide consolidation layer.

Route in app:
/discovered/teams

Outputs

Each module emits a normalised CSV keyed by entity ID with readiness and risk scores, evidence-source counts, and last-seen timestamps. The exact column set varies by module — the app's results view shows the live schema.