Forum Discussion

Massimo Prota's avatar
Massimo Prota
Copper Contributor
Nov 23, 2017
Solved

PowerShell doesn't follow configured policies for Groups creation

We have the requirement to restrict creation of Office 365 Groups to only a number of people, and we have implemented for described in this article to achieve that: Manage who can create Office 365...
  • VasilMichev's avatar
    Nov 23, 2017

    The policy applies to "client" endpoints, PowerShell is not such. You can however create/assign a custom role to any users you want to be able to create Groups via PowerShell. For example, the "Mail Recipients" role already has the New-UnifiedGroup cmdlet.

Resources