Forum Discussion
escupham
Nov 15, 2016Iron Contributor
Msol and OWA commands to disable groups
Do you have to run both the Owa and Msol commands to disable O365 Groups creation, or is the Msol command enough? Set-OwaMailboxPolicy -Identity OwaMailboxPolicy-Default -GroupCreationEnabled $fa...
- Nov 17, 2016Running script in Azure alone will suffice. This will block group creation from all endpoints.
OWAMailBoxPolicy will block the Groups creation from OWA alone. So there is no need to run both.
Nov 15, 2016
What you have to do is work with the Azure AD policy...working with OWA policy only will allow you to disable groups creation in OWA. https://thoughtsofanidlemind.com/2016/06/07/controlling-the-creation-of-office-365-groups-using-an-azure-active-directory-policy/