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
Update script to test the presence of a directory setting
I've received feedback that some directories may already have a directory setting for 'Group.Unified' present.
In that case, we should only update the existing directory setting property "NewUnifiedGroupWritebackDefault = false".
This update adds a condition to test whether a directory setting already exists. If it does, then update the directory setting property. If it doesn't, it'll create the directory setting.
Copy file name to clipboardExpand all lines: articles/active-directory/hybrid/how-to-connect-modify-group-writeback.md
+24-7Lines changed: 24 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -36,13 +36,28 @@ To configure directory settings to disable automatic writeback of newly created
36
36
- PowerShell: Use the [Microsoft Graph PowerShell SDK](/powershell/microsoftgraph/installation?view=graph-powershell-1.0&preserve-view=true). For example:
0 commit comments