Forum Discussion
affur5
Dec 14, 2022Copper Contributor
Connect to new Microsoft 365 Group
There's no option to connect to new Microsoft 365 Group on my team site. Hi is there anyone experience this as well?
That depends on the exact site template you used to create the SharePoint Site
But you could try to use the "Set-SPOSiteOffice365Group" SharePoint Powershell Command to add a new group to the site
Set-SPOSiteOffice365Group -Site https://contoso.sharepoint.com/sites/classicsite -DisplayName "Classic Site" -Alias "classicsite"
1 Reply
- SvenSieverdingBronze Contributor
That depends on the exact site template you used to create the SharePoint Site
But you could try to use the "Set-SPOSiteOffice365Group" SharePoint Powershell Command to add a new group to the site
Set-SPOSiteOffice365Group -Site https://contoso.sharepoint.com/sites/classicsite -DisplayName "Classic Site" -Alias "classicsite"