Apr 17 2018 06:52 AM
I'm attempting to groupify a single classic team site using the article posted here: Connect to an Office 365 Group and following the 2nd method which provides sample scripts to do it programmatically using PowerShell.
The first PS script runs and checks for blockers, etc., and the target site passes with no issues. Then, when I run the second script (updating the variables and sections appropriately), it fails to create a new group and attach it to the updated Team Site. I'm assuming this is what's going wrong, because I notice that in the log/output, the ID of the group that it's trying to add to is "00000000-0000-0000-0000-000000000000" (i.e., $site.GroupId is 00000000-0000-0000-0000-000000000000) and that looks bogus.
Any troubleshooting ideas as to why group creation might fail in this script?
Apr 17 2018 08:27 AM - edited Apr 17 2018 08:27 AM
SolutionBob we have not released this yet as stated in the article: "The option to connect an Office 365 group to an existing site is not yet available and will be released during Q2 of calendar year 2018." + @Tejas Mehta
Apr 18 2018 05:52 PM
Apr 18 2018 08:38 PM
Oct 26 2018 07:00 PM