Controlling Office 365 Groups Creation

getting-started-with-office-365-groups-1In my previous post, Getting Started with Office 365 Groups, I outlined many of the steps necessary for controlling the creation of Office 365 Groups.  I initially realized that this process is cumbersome but had it reinforced when I walked someone through it recently.

So, I have a new module: xAzureAD.DirectorySetting.  It provides a single function: Set-AzureADGroupsSetting.


Set-AzureADGroupsSetting -GroupCreationAllowedGroup "O365 Groups Creators" -EnableGroupCreation $False

Set-AzureADGroupsSetting -GroupCreationAllowedGroup "O365 Groups Creators" -EnableGroupCreation $False

That is it.  All of the other parameters are there for the other settings in the Group.Unified template, but I have done nothing more than set them to a Boolean type, if intended.

Consider supporting my efforts by purchasing Programming Microsoft Office 365 (includes Current Book Service): Covers Microsoft Graph, Office 365 applications, SharePoint Add-ins, Office 365 Groups, and more (Developer Reference), or another title on Amazon.

Advertisement

3 thoughts on “Controlling Office 365 Groups Creation

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Twitter picture

You are commenting using your Twitter account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s