Skip to content

Commit 29c8a62

Browse files
Merge pull request #207418 from RobdeJong/patch-153
Update active-directory-cloud-sync-version-history.md
2 parents 0a62001 + 7d427c2 commit 29c8a62

File tree

1 file changed

+42
-23
lines changed

1 file changed

+42
-23
lines changed

includes/active-directory-cloud-sync-version-history.md

Lines changed: 42 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,42 @@
11
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.
24
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.
47

58
## Download link
69
You can download the latest version of the agent using [this link](https://download.msappproxy.net/Subscription/d3c8b69d-6bf7-42be-a529-3fe9c2e70c90/Connector/provisioningAgentInstaller).
710

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+
837
## 1.1.587.0
938

10-
November 2nd, 2021 - released for download
39+
November 2, 2021 - released for download
1140

1241
New features and improvements
1342

@@ -16,19 +45,19 @@ New features and improvements
1645

1746
## 1.1.584.0
1847

19-
August 20th, 2021 - released for download
48+
August 20, 2021 - released for download
2049

2150
### Fixed issues
2251

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.
2453

2554
## 1.1.582.0
2655

27-
August 8th, 2021 - released for download
56+
August 8, 2021 - released for download
2857

2958
>[!NOTE]
3059
>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.
3261
3362
## 1.1.359.0
3463

@@ -37,15 +66,11 @@ August 8th, 2021 - released for download
3766

3867
### Fixed issues
3968
- 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)
4170
- 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.
4372
- Support retrieving a single object by DN with Scoping used by Provisioning On Demand to obey Scoping logic
4473

45-
46-
47-
48-
4974
## 1.1.354.0
5075

5176
January 20, 2021: Released for download
@@ -54,7 +79,7 @@ January 20, 2021: Released for download
5479
- Improvement to GMSA experience including support for pre-custom created GMSA Account
5580
- [PowerShell cmdlets](../articles/active-directory/cloud-sync/how-to-gmsa-cmdlets.md) support for GMSA setup
5681
- [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
5883
- 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.
5984

6085

@@ -66,13 +91,7 @@ January 20, 2021: Released for download
6691
- Make the Repair-AADCloudSyncToolsAccount more robust
6792
- Reduce large memory usage of OU scoping filters
6893
- Admin role check fails if the role members contain a security group
69-
- Fix GMSA folder permission issue which prevents Agent Cert renewal
70-
71-
72-
73-
74-
75-
94+
- Fix GMSA folder permission issue, which prevents Agent Cert renewal
7695

7796
## 1.1.281.0
7897

@@ -83,8 +102,8 @@ November 23, 2020: Released for download
83102
### New features and improvements
84103

85104
* 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
88107
* Initial sync improvements
89108
* Advanced verbose logging
90109
* Introduction of [AADCloudSyncTools PowerShell module](../articles/active-directory/cloud-sync/reference-powershell.md)
@@ -115,7 +134,7 @@ September 9, 2019: Released for auto update
115134

116135
### New features and improvements
117136

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
119138
* Ability to fetch only those Azure AD attributes that are configured in the mapping to improve performance of sync
120139

121140
### Fixed issues

0 commit comments

Comments
 (0)