-
-
Notifications
You must be signed in to change notification settings - Fork 6k
Closed
Labels
Description
Please confirm:
- I have searched existing feature requests (open and closed) and found no duplicates.
- **me or my organization is currently an active sponsor of the product at the $99,- level.
Problem Statement
It would be very nice if we could toggle different settings via CIPP.
Like:
- Security Enabled True/False
- Membeship Type
- etc.
Benefits for MSPs
At the moment to change a m365 group to a m365 security enabled group we have to manually use powershell or graph, enabling this via the UI would reduce manual labour.
Value or Importance
very nice to have :)
There already is an edit group screen, we could add some new features to that.
PowerShell Commands (Optional)
Check Props
Get-AzureADMSGroup -Id 'ObjectID' | Select-Object -Property *
Set Security enabled to true
Set-AzureADMSGroup -Id 'ObjectID' -SecurityEnabled $true