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/active-directory/enterprise-users/groups-settings-cmdlets.md
+11-9Lines changed: 11 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -114,22 +114,23 @@ To update the value for UsageGuideLinesUrl in the setting template, read the cur
114
114
115
115
Output:
116
116
```powershell
117
-
Name Value
118
-
---- -----
119
-
EnableMIPLabels True
117
+
Name Value
118
+
---- -----
119
+
EnableMIPLabels True
120
120
CustomBlockedWordsList
121
-
EnableMSStandardBlockedWords False
121
+
EnableMSStandardBlockedWords False
122
122
ClassificationDescriptions
123
123
DefaultClassification
124
124
PrefixSuffixNamingRequirement
125
-
AllowGuestsToBeGroupOwner False
126
-
AllowGuestsToAccessGroups True
125
+
AllowGuestsToBeGroupOwner False
126
+
AllowGuestsToAccessGroups True
127
127
GuestUsageGuidelinesUrl
128
128
GroupCreationAllowedGroupId
129
-
AllowToAddGuests True
130
-
UsageGuidelinesUrl https://guideline.example.com
129
+
AllowToAddGuests True
130
+
UsageGuidelinesUrl https://guideline.example.com
131
131
ClassificationList
132
-
EnableGroupCreation True
132
+
EnableGroupCreation True
133
+
NewUnifiedGroupWritebackDefault True
133
134
```
134
135
3. To remove the value of UsageGuideLinesUrl, edit the URL to be an empty string:
135
136
@@ -161,6 +162,7 @@ Here are the settings defined in the Group.Unified SettingsTemplate. Unless othe
161
162
| <ul><li>AllowToAddGuests<li>Type: Boolean<li>Default: True | A boolean indicating whether or not is allowed to add guests to this directory. <br>This setting may be overridden and become read-only if *EnableMIPLabels* is set to *True* and a guest policy is associated with the sensitivity label assigned to the group.<br>If the AllowToAddGuests setting is set to False at the organization level, any AllowToAddGuests setting at the group level is ignored. If you want to enable guest access for only a few groups, you must set AllowToAddGuests to be true at the organization level, and then selectively disable it for specific groups. |
162
163
| <ul><li>ClassificationList<li>Type: String<li>Default: "" | A comma-delimited list of valid classification values that can be applied to Microsoft 365 groups. <br>This setting does not apply when EnableMIPLabels == True.|
163
164
| <ul><li>EnableMIPLabels<li>Type: Boolean<li>Default: "False" |The flag indicating whether sensitivity labels published in Microsoft Purview compliance portal can be applied to Microsoft 365 groups. For more information, see [Assign Sensitivity Labels for Microsoft 365 groups](groups-assign-sensitivity-labels.md). |
165
+
| <ul><li>NewUnifiedGroupWritebackDefault<li>Type: Boolean<li>Default: "True" |The flag that allows an admin to create new Microsoft 365 groups without setting the groupWritebackConfiguration resource type in the request payload. This setting is applicable when group writeback is configured in Azure AD Connect. "NewUnifiedGroupWritebackDefault" is a global Microfot 365 group setting. Default value is true. Updating the setting value to false will change the default writeback behavior for newly created Microsoft 365 groups, and will not change isEnabled property value for existing Microsoft 365 groups. Group admin will need to explicitly update the group isEnabled property value to change the writeback state for existing Microsoft 365 groups. For more information, see [groupWritebackConfiguration resource type](groupwritebackconfiguration?view=graph-rest-beta.md). |
164
166
165
167
## Example: Configure Guest policy for groups at the directory level
0 commit comments