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
@@ -43,6 +43,14 @@ Not all releases of Azure AD Connect will be made available for auto upgrade. Th
43
43
>
44
44
>Please refer to [this article](https://docs.microsoft.com/azure/active-directory/hybrid/how-to-upgrade-previous-version) to learn more about how to upgrade Azure AD Connect to the latest version.
45
45
46
+
## 1.5.22.0
47
+
48
+
### Release status
49
+
04/20/2020: Released for download
50
+
51
+
### Fixed issues
52
+
This hotfix build fixes an issue in build 1.5.20.0 if you have cloned the **In from AD - Group Join** rule and have not cloned the **In from AD - Group Common** rule.
53
+
46
54
## 1.5.20.0
47
55
48
56
### Release status
@@ -52,6 +60,12 @@ Not all releases of Azure AD Connect will be made available for auto upgrade. Th
52
60
This hotfix build fixes an issue with build 1.5.18.0 if you have the Group Filtering feature enabled and use mS-DS-ConsistencyGuid as the source anchor.
53
61
54
62
> [!IMPORTANT]
63
+
> If you have cloned the **In from AD - Group Join** sync rule and have not cloned the **In from AD - Group Common** sync rule and plan to upgrade, complete the following steps as part of the upgrade:
64
+
> 1. During Upgrade, on the configure page, uncheck the option **Start the synchronization process when configuration completes**.
65
+
> 2. Edit cloned join sync rule and add the following two transformations:
66
+
- direct flow `objectGUID` to `sourceAnchorBinary`
67
+
- expression flow `ConvertToBase64([objectGUID])` to `sourceAnchor`
68
+
> 3. Enable the scheduler using `Set-ADSyncScheduler -SyncCycleEnabled $true`
55
69
> If you use mS-DS-ConsistencyGuid as the source anchor, and you have cloned the **In from AD - Group Join** sync rule and plan to upgrade, complete the following steps as part of the upgrade:
56
70
> 1. During Upgrade, uncheck the option **Start the synchronization process when configuration completes**.
57
71
> 2. Edit the cloned join sync rule and add the following two transformations:
@@ -60,6 +74,7 @@ This hotfix build fixes an issue with build 1.5.18.0 if you have the Group Filte
60
74
> 3. Enable the scheduler using `Set-ADSyncScheduler -SyncCycleEnabled $true`.
0 commit comments