Forum Discussion
Jordan Noovao
Aug 03, 2017Copper Contributor
Ability to disable "Create Group" for non admins in MS Stream
Subject says it all, not the best feature to have on in an educational institute :)
Nicky Sharma
Aug 15, 2017Copper Contributor
How? Can we have some instructions or screenshots as we cannot find the Groups admin center.
Thanks
Daniel Kharman
Aug 15, 2017Brass Contributor
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
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