Ability to disable "Create Group" for non admins in MS Stream

Copper Contributor

Subject says it all, not the best feature to have on in an educational institute :) 

3 Replies
Who can create groups can be managed by Admins from Groups admin center. Admins can disallow anyone from creating groups. Stream would respect those settings.

How? Can we have some instructions or screenshots as we cannot find the Groups admin center.

 

Thanks

 

 

This should do the trick:
Set-MsolCompanyInformation -UsersPermissionToCreateGroupsEnabled $False

From memory this will prevent all users from being able to create groups, but will allow administrators to still create them via the Admin Portal.

-Daniel