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: includes/active-directory-cloud-sync-version-history.md
+42-23Lines changed: 42 additions & 23 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,13 +1,42 @@
1
1
This article lists the versions and features of Azure Active Directory Connect Provisioning Agent that have been released. The Azure AD team regularly updates the Provisioning Agent with new features and functionality.
2
+
> [!NOTE]
3
+
> All new Provisioning Agent releases are made available through auto upgrade for existing installations and can be downloaded for new installations.
2
4
3
-
Microsoft provides direct support for the latest agent version and one version before.
5
+
6
+
Microsoft provides support for the latest agent version and one version before.
4
7
5
8
## Download link
6
9
You can download the latest version of the agent using [this link](https://download.msappproxy.net/Subscription/d3c8b69d-6bf7-42be-a529-3fe9c2e70c90/Connector/provisioningAgentInstaller).
7
10
11
+
## 1.1.972.0
12
+
13
+
Release date: August 8, 2022
14
+
15
+
### New or changed functionality
16
+
17
+
- We added a new cmdlet to enable and disable writeback of passwords. You can learn more about Azure AD Cloud Sync PowerShell in [the online documentation](https://docs.microsoft.com/azure/active-directory/cloud-sync/reference-powershell).
18
+
- We now return more info in the 'Get-AADCloudSyncDomains' cmdlet.
19
+
- We updated new cmdlets of CloudSync powershell module in the unattended agent install script.
20
+
- We have added support for the installation of the provisioning agent using the commandline.
21
+
- We added support for EX and RX environments.
22
+
-
23
+
### Fixed issues
24
+
25
+
- After the Newtonsoft.Json upgrade, AADConnectProvisioningAgent.exe.config isn't updated after install, which results in a failure of sync. We now remove the app.config file on upgrade of the agent.
26
+
- We fixed an issue with DC affinity after an OU is renamed.
27
+
- We fixed several issues in the PowerShell module.
28
+
- We fixed a memory leak due to not disposing HTTP client.
29
+
- We fixed a bug in the code for granting the "logon as a service" right to the GMSA.
30
+
- We refined the permissions on the GMSA for CloudHR.
31
+
- We now uninstall the Cloud Sync agent when the bundle is uninstalled.
32
+
- We fixed a bug that prevents deletion of the Service Principal if not all Jobs are deleted.
33
+
- We fixed an issue with updating of the password of a user with 'User must change password at next logon'.
34
+
- We fixed an issue with the agent GMSA folder permissions.
35
+
- We fixed an issue where group membership updates aren't always correct.
36
+
8
37
## 1.1.587.0
9
38
10
-
November 2nd, 2021 - released for download
39
+
November 2, 2021 - released for download
11
40
12
41
New features and improvements
13
42
@@ -16,19 +45,19 @@ New features and improvements
16
45
17
46
## 1.1.584.0
18
47
19
-
August 20th, 2021 - released for download
48
+
August 20, 2021 - released for download
20
49
21
50
### Fixed issues
22
51
23
-
- We fixed a bug where, when a domain is renamed, Password Hash Sync would fail with an error indicating "a specified cast is not valid" in the Event log. This is a regression from earlier builds.
52
+
- We fixed a bug where, when a domain is renamed, Password Hash Sync would fail with an error indicating "a specified cast is not valid" in the Event log. This error is a regression from earlier builds.
24
53
25
54
## 1.1.582.0
26
55
27
-
August 8th, 2021 - released for download
56
+
August 8, 2021 - released for download
28
57
29
58
>[!NOTE]
30
59
>This is a security update release of Azure AD Connect.
31
-
>This release addresses a vulnerability as documented in [this CVE](https://msrc.microsoft.com/update-guide/vulnerability/CVE-2021-36949). For more information about this vulnerability please refer to the CVE.
60
+
>This release addresses a vulnerability as documented in [this CVE](https://msrc.microsoft.com/update-guide/vulnerability/CVE-2021-36949). For more information about this vulnerability, see the CVE.
32
61
33
62
## 1.1.359.0
34
63
@@ -37,15 +66,11 @@ August 8th, 2021 - released for download
37
66
38
67
### Fixed issues
39
68
- GMSA folder permission bug fix (originally, the issue resulted in bootstrap issues)
40
-
- Bug fix for handling multiple changes to a single value reference attribute (e.g. manager)
69
+
- Bug fix for handling multiple changes to a single value reference attribute (for example, manager)
41
70
- Bug fix for failure in Initial Enumeration, plus enhanced tracing of the failure
42
-
- Optimize group membership updates to a Scoping Group. With this, customers now can sync a group of up to 50K members using group scoping filter.
71
+
- Optimize group membership updates to a Scoping Group. With this update, customers now can sync a group of up to 50 K members using group scoping filter.
43
72
- Support retrieving a single object by DN with Scoping used by Provisioning On Demand to obey Scoping logic
44
73
45
-
46
-
47
-
48
-
49
74
## 1.1.354.0
50
75
51
76
January 20, 2021: Released for download
@@ -54,7 +79,7 @@ January 20, 2021: Released for download
54
79
- Improvement to GMSA experience including support for pre-custom created GMSA Account
55
80
-[PowerShell cmdlets](../articles/active-directory/cloud-sync/how-to-gmsa-cmdlets.md) support for GMSA setup
56
81
-[CLI support](../articles/active-directory/cloud-sync/how-to-install-pshell.md) for agent install (silent installation)
57
-
-Additional diagnostics for agent source quarantine issues
82
+
-More diagnostics for agent source quarantine issues
58
83
- Bug fixes that include reducing of memory usage of OU scoping filters, running PHS only for in-scope users, handling of nested objects in OU when using OU scoping etc.
59
84
60
85
@@ -66,13 +91,7 @@ January 20, 2021: Released for download
66
91
- Make the Repair-AADCloudSyncToolsAccount more robust
67
92
- Reduce large memory usage of OU scoping filters
68
93
- Admin role check fails if the role members contain a security group
@@ -83,8 +102,8 @@ November 23, 2020: Released for download
83
102
### New features and improvements
84
103
85
104
* Support for [gMSA](../articles/active-directory/cloud-sync/how-to-prerequisites.md#group-managed-service-accounts)
86
-
* Support for groups up to size less than 1500 members during incremental or delta sync cycle. This is applicable when using group scoping filter
87
-
* Support for large groups with member size up to 15K
105
+
* Support for groups up to size less than 1500 members during incremental or delta sync cycle. This change is applicable when using group scoping filter
106
+
* Support for large groups with member size up to 15 K
88
107
* Initial sync improvements
89
108
* Advanced verbose logging
90
109
* Introduction of [AADCloudSyncTools PowerShell module](../articles/active-directory/cloud-sync/reference-powershell.md)
@@ -115,7 +134,7 @@ September 9, 2019: Released for auto update
115
134
116
135
### New features and improvements
117
136
118
-
* Ability to configure additional tracing and logging for debugging Provisioning Agent issues
137
+
* Ability to configure more tracing and logging for debugging Provisioning Agent issues
119
138
* Ability to fetch only those Azure AD attributes that are configured in the mapping to improve performance of sync
0 commit comments