We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
AllowAddGuests
The text was updated successfully, but these errors were encountered:
pnp#872 - added Microsoft 365 Group settings cmdlets
215acfb
Merge pull request #1481 from gautamdsheth/feature/872
4b6cbe3
#872 - added Microsoft 365 Group settings cmdlets
gautamdsheth
Successfully merging a pull request may close this issue.
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.The text was updated successfully, but these errors were encountered: