Skip to content

Commit 275ed3a

Browse files
authored
Added additional step to configuration
6. Run a full sync cycle if group writeback was previously configured and will not be configured in the ⁠Azure AD Connect wizard ``` PowerShell Start-ADSyncSyncCycle -PolicyType Initial ```
1 parent 5ba9559 commit 275ed3a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

articles/active-directory/hybrid/how-to-connect-group-writeback-enable.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,11 @@ Group writeback requires enabling both the original and new versions of the feat
5050
``` PowerShell
5151
Set-ADSyncScheduler -SyncCycleEnabled $true
5252
```
53+
6. Run a full sync cycle if group writeback was previously configured and will not be configured in the ⁠Azure AD Connect wizard
54+
``` PowerShell
55+
Start-ADSyncSyncCycle -PolicyType Initial
56+
```
57+
5358

5459
### Enable group writeback by using the Azure AD Connect wizard
5560
If the original version of group writeback was not previously enabled, continue with the following steps:

0 commit comments

Comments
 (0)