OneDrive
Discovers OneDrive for Business users, sites, storage, and sharing.
What it does
Uses Microsoft Graph to enumerate all OneDrive drives in the tenant. Outputs CSV files matching the OneDriveDiscovery hook expectations: - OneDriveUsers.csv / OneDriveSites.csv / OneDriveUsersWithoutOneDrive.csv - OneDriveItems.csv, OneDriveFiles.csv, OneDriveFolders.csv (inventory when present) - OneDriveAccountMigrationStats.csv / OneDriveStorageByUser.csv (per-account migration pack) - OneDriveStatistics.csv (tenant aggregates) - Items/Files/Folders + Sharing/LargeFiles when inventory returns data
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.
/discovered/onedrive 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.