Skip to content

Commit 008a335

Browse files
authored
Merge pull request #99264 from psaffaie/patch-5
Added additional step to configuration
2 parents 2100e68 + 5a2e64b commit 008a335

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
@@ -52,6 +52,11 @@ Group writeback requires enabling both the original and new versions of the feat
5252
``` PowerShell
5353
Set-ADSyncScheduler -SyncCycleEnabled $true
5454
```
55+
6. Run a full sync cycle if group writeback was previously configured and will not be configured in the ⁠Azure AD Connect wizard:
56+
``` PowerShell
57+
Start-ADSyncSyncCycle -PolicyType Initial
58+
```
59+
5560

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

0 commit comments

Comments
 (0)