Forum Discussion
RichardH
Jul 01, 2019Copper Contributor
StaffHub to Teams Migration
Hi i'm trying to move a StaffHub Team to Teams using powershell Connect-StaffHub
following the guidance shown on microsofts pages
when running cmdlet Move-StaffHubTeam -TeamId
i'm getting an error:
{"error":{"code":"PreconditionFailed","message":"The team can’t be moved. Office 365 Group creation is disabled for your tenant. Please enable Group Creation for your tenant before attempting to migrate your team to Shifts.","details":[],"innererror":{"code":"GroupCreationNotEnabled"}}}
i have used
get-OwaMailboxPolicy | select GroupCreationEnabled
GroupCreationEnabled
--------------------
True
Does anyone know what is going wrong? is there another groupcreationenabled i should be looking for?
Has anyone successfully moved a StaffHub Rota into Teams/Shifts?
thanks
Richard
Yes, you should be looking at the AAD settings as detailed for example here: https://docs.microsoft.com/en-us/office365/admin/create-groups/manage-creation-of-groups?view=o365-worldwide
The OWA settings are an older method, not really used anymore.
Yes, you should be looking at the AAD settings as detailed for example here: https://docs.microsoft.com/en-us/office365/admin/create-groups/manage-creation-of-groups?view=o365-worldwide
The OWA settings are an older method, not really used anymore.