Forum Discussion

escupham's avatar
escupham
Steel Contributor
Nov 15, 2016
Solved

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 $false

Set-MsolCompanySettings - UsersPermissionToCreateGroupsEnabled $false

  • Running 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.

Resources