Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FEATURE] Add support for Groups/{id}/Settings #872

Closed
mdressel opened this issue Jun 29, 2021 · 0 comments · Fixed by #1481
Closed

[FEATURE] Add support for Groups/{id}/Settings #872

mdressel opened this issue Jun 29, 2021 · 0 comments · Fixed by #1481
Assignees
Labels
enhancement New feature or request

Comments

@mdressel
Copy link

Is your feature request related to a problem? Please describe.
Add support to get and set group settings.

Describe the solution you'd like
I would love the following additional commands.

  • Get-PnPMicrosoft365GroupSetting -Identity [-Name]
  • Set-PnPMicrosoft365GroupSetting -Identity -Name -Value
  • New-PnPMicrosoft365GroupSetting -Identity -Name -Value

Describe alternatives you've considered
The only other way to get this data that I could find is to use Azure AD PowerShell or directly from Graph.

Additional context
In my particular case I am looking to get at the AllowAddGuests setting.

@mdressel mdressel added the enhancement New feature or request label Jun 29, 2021
@gautamdsheth gautamdsheth self-assigned this Dec 26, 2021
gautamdsheth added a commit to gautamdsheth/powershell that referenced this issue Dec 31, 2021
KoenZomers added a commit that referenced this issue Jan 26, 2022
#872 - added Microsoft 365 Group settings cmdlets
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants