Using Classic Outlook on Windows for personal email, calendar, and contact management
Hi LOKI_3,
Please refer to the steps in this article to control who has the ability to create groups:
Manage who can create Office 365 Groups.
Also, you can run the following PowerShell commands to disable Office 365 group creation for users who applied OwaMailboxPolicy-Default Policy:
- Connect to Exchange Online PowerShell
- Run this commend:
set-OwaMailboxPolicy -GroupCreationEnabled $false -Identity OwaMailboxPolicy-Default
Regards,
Barry