Skip to content

Commit 031b873

Browse files
Merge pull request #214304 from OWinfreyATL/owinfreyATL-SyncLCW
enable scheduler
2 parents b6a7a08 + 44bd104 commit 031b873

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

articles/active-directory/governance/how-to-lifecycle-workflow-sync-attributes.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ For more information on attributes, see [Attribute mapping in Azure AD Connect c
107107
## How to create a custom synch rule in Azure AD Connect for EmployeeHireDate
108108
The following example will walk you through setting up a custom synchronization rule that synchronizes the Active Directory attribute to the employeeHireDate attribute in Azure AD.
109109

110-
1. Open a PowerShell window as administrator and run `Set-ADSyncScheduler -SyncCycleEnabled $false`.
110+
1. Open a PowerShell window as administrator and run `Set-ADSyncScheduler -SyncCycleEnabled $false` to disable the scheduler.
111111
2. Go to Start\Azure AD Connect\ and open the Synchronization Rules Editor
112112
3. Ensure the direction at the top is set to **Inbound**.
113113
4. Select **Add Rule.**
@@ -143,6 +143,7 @@ The following example will walk you through setting up a custom synchronization
143143
![Screenshot of create outbound synchronization rule transformations.](media/how-to-lifecycle-workflow-sync-attributes/create-outbound-rule-transformations.png)
144144
16. Select **Add**.
145145
17. Close the Synchronization Rules Editor
146+
18. Enable the scheduler again by running `Set-ADSyncScheduler -SyncCycleEnabled $true`.
146147

147148

148149

0 commit comments

Comments
 (0)