What is required for On Demand Migration (ODM) to be able to migrate Teams?
ERROR: Prerequisites were not satisfied
Check License is Greyed out
in this Example the Source Teams license was revoked for the Migration Admin account. Which also resulted in the inability to run any Discovery
The following are the requirements to be able to migrate Teams using ODM.
Note: Use the migration accounts to grant consent, Never use a personal account for teams migrations.
The expected result is "2022-01-05 5:37:00 PM Enabled TeamspaceAPI 57ff2da0-773e-42df-b2af-ffb7a2317929"
Note: The following requires the AzureAD module to be installed
Install-Module AzureAD
Connect-AzureAD (Get-AzureADUser -ObjectId MigrationAdmin@tenant.onmicrosoft.com).AssignedPlans
To return only the TeamspaceAPI entry, use the following
Connect-AzureAD (Get-AzureADUser -ObjectId MigrationAdmin@tenant.onmicrosoft.com).AssignedPlans | where-object Service -eq "TeamspaceApi"
© 2024 Quest Software Inc. ALL RIGHTS RESERVED. 使用条款 隐私 Cookie Preference Center