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/governance/how-to-lifecycle-workflow-sync-attributes.md
+5-7Lines changed: 5 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ manager: billmath
7
7
ms.service: active-directory
8
8
ms.workload: identity
9
9
ms.topic: overview
10
-
ms.date: 01/20/2022
10
+
ms.date: 01/25/2023
11
11
ms.subservice: compliance
12
12
ms.author: owinfrey
13
13
ms.collection: M365-identity-device-management
@@ -85,7 +85,7 @@ To ensure timing accuracy of scheduled workflows it’s curial to consider:
85
85
- When importing the data, you should understand if and how the source provides time zone information for your users to potentially make adjustments to ensure timing accuracy.
86
86
87
87
88
-
## Create a custom synch rule in Azure AD Connect cloud sync for EmployeeHireDate
88
+
## Create a custom sync rule in Azure AD Connect cloud sync for EmployeeHireDate
89
89
The following steps will guide you through creating a synchronization rule using cloud sync.
90
90
1. In the Azure portal, select **Azure Active Directory**.
91
91
2. Select **Azure AD Connect**.
@@ -105,7 +105,7 @@ To ensure timing accuracy of scheduled workflows it’s curial to consider:
105
105
106
106
For more information on attributes, see [Attribute mapping in Azure AD Connect cloud sync.](../cloud-sync/how-to-attribute-mapping.md)
107
107
108
-
## How to create a custom synch rule in Azure AD Connect for EmployeeHireDate
108
+
## How to create a custom sync rule in Azure AD Connect for EmployeeHireDate
109
109
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.
110
110
111
111
1. Open a PowerShell window as administrator and run `Set-ADSyncScheduler -SyncCycleEnabled $false` to disable the scheduler.
@@ -146,10 +146,8 @@ The following example will walk you through setting up a custom synchronization
146
146
17. Close the Synchronization Rules Editor
147
147
18. Enable the scheduler again by running `Set-ADSyncScheduler -SyncCycleEnabled $true`.
148
148
149
-
150
-
151
-
152
-
149
+
> [!NOTE]
150
+
> **msDS-cloudExtensionAttribute1** is an example source.
153
151
154
152
For more information, see [How to customize a synchronization rule](../hybrid/how-to-connect-create-custom-sync-rule.md) and [Make a change to the default configuration.](../hybrid/how-to-connect-sync-change-the-configuration.md)
0 commit comments