You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/en/Other/m365groupsettings.md
+11-3Lines changed: 11 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -55,7 +55,6 @@ Please remember that the list of settings can be extended or changed at any mome
55
55
-**AllowGuestsToAccessGroups**: Determines if guest users are allowed to access group content.
56
56
-**GuestUsageGuidelinesUrl**: URL to the guidelines for guest user usage.
57
57
-**GroupCreationAllowedGroupId**: Identifies the group of users who are allowed to create new groups.
58
-
-**AllowToAddGuests**: Allows group owners to add guest users (same as AllowToAddGuests, possibly a duplicate entry).
59
58
-**UsageGuidelinesUrl**: URL to the usage guidelines for groups.
60
59
-**ClassificationList**: Defines the list of available classification labels for groups.
61
60
-**EnableGroupCreation**: Specifies if group creation is enabled for users.
@@ -75,9 +74,17 @@ Please remember that the list of settings can be extended or changed at any mome
75
74
76
75
77
76
# Set
78
-
Use Set-PnPMicrosoft365GroupSettings to set different settings.
77
+
Use Set-PnPMicrosoft365GroupSettings to set different settings. The full documentation can be found here: [Set-PnPMicrosoft365GroupSettings](https://pnp.github.io/powershell/cmdlets/Set-PnPMicrosoft365GroupSettings.html)
When modifying Microsoft 365 Group Settings, make sure you use the correct template ID, and that the specific settings is available in that template. Not all settings are avaialble in all templates. You can check your templates using Get-PnPMicrosoft365GroupSettingTemplates.
80
+
81
+
Same as you could check the settings for the entire Microsoft 365 tenant or a Microsoft 365 group, you can also set the settings for the entire tenant or a specific Microsoft 365 group.
0 commit comments