Quantcast
Channel: Groups – Blog: Alex Pearce (Office 365 MVP)
Viewing all articles
Browse latest Browse all 2

Prevent Users from Creating Groups in Office 365

$
0
0

As Microsoft are starting to role out Groups to all Office 365 tenants we might have the need to disable the function of creating them.Disable-Creation-of-Office-365-Groups

Groups are a great feature but you may not be ready for them, want to create training material before giving them to user or only allow certain users to create them.

The PowerShell script to do this is based on the Outlook Web Access policy for your organisation but you can also create other and assign them to users if you want.

set-OwaMailboxPolicy -GroupCreationEnabled $false -Identity OwaMailboxPolicy-Default

What is important here is that it does not remove Groups, it only prevent users from creating them.  Here are some screenshot of the experience to the user

When Groups are added to your Office 365 Tenant

image

While the OWA Policy is being replicated or the user hasn’t freshed their browser

image

When the change has been implemented

image


Viewing all articles
Browse latest Browse all 2

Latest Images

Trending Articles





Latest Images