Skip to content

Commit 681bf98

Browse files
Merge pull request #115404 from billmath/endpoint
staging
2 parents dcf5a84 + 6aeaab2 commit 681bf98

14 files changed

+218
-29
lines changed

articles/active-directory/hybrid/TOC.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -282,6 +282,8 @@
282282
href: how-to-connect-sync-feature-scheduler.md
283283
- name: Create and customize a synchronization rule
284284
href: how-to-connect-create-custom-sync-rule.md
285+
- name: Azure AD Connect sync V2 endpoint API
286+
href: how-to-connect-sync-endpoint-api-v2.md
285287
- name: Azure AD Connect Sync service manager
286288
items:
287289
- name: Manage the service manager operations tab

articles/active-directory/hybrid/how-to-connect-configure-ad-ds-connector-account.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ manager: daveba
77
ms.service: active-directory
88
ms.workload: identity
99
ms.topic: conceptual
10-
ms.date: 04/29/2019
10+
ms.date: 05/18/2020
1111
ms.subservice: hybrid
1212
ms.author: billmath
1313

@@ -36,7 +36,7 @@ The following table provides a summary of the permissions required on AD objects
3636
| Exchange Mail Public Folder |Read permissions to the attributes documented in [Exchange Mail Public Folder](reference-connect-sync-attributes-synchronized.md#exchange-mail-public-folder) for public folders. |
3737
| Password writeback |Read and Write permissions to the attributes documented in [Getting started with password management](../authentication/howto-sspr-writeback.md) for users. |
3838
| Device writeback |Read and Write permissions to device objects and containers documented in [device writeback](how-to-connect-device-writeback.md). |
39-
| Group writeback |Read, Create, Update, and Delete group objects for synchronized **Office 365 groups**. For more information see [Group Writeback](how-to-connect-preview.md#group-writeback).|
39+
| Group writeback |Read, Create, Update, and Delete group objects for synchronized **Office 365 groups**.|
4040

4141
## Using the ADSyncConfig PowerShell Module
4242
The ADSyncConfig module requires the [Remote Server Administration Tools (RSAT) for AD DS](https://docs.microsoft.com/windows-server/remote/remote-server-administration-tools) since it depends on the AD DS PowerShell module and tools. To install RSAT for AD DS, open a Windows PowerShell window with ‘Run As Administrator’ and execute:
@@ -144,7 +144,7 @@ This cmdlet will set the following permissions:
144144

145145

146146
### Configure MS-DS-Consistency-Guid Permissions
147-
To set permissions for the AD DS Connector account when using the ms-Ds-Consistency-Guid attribute as the source anchor (aka “Let Azure manage the source anchor for me” option) , run:
147+
To set permissions for the AD DS Connector account when using the ms-Ds-Consistency-Guid attribute as the source anchor (also known as “Let Azure manage the source anchor for me” option) , run:
148148

149149
``` powershell
150150
Set-ADSyncMsDsConsistencyGuidPermissions -ADConnectorAccountName <String> -ADConnectorAccountDomain <String> [-SkipAdminSdHolders] [<CommonParameters>]

articles/active-directory/hybrid/how-to-connect-install-automatic-upgrade.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ms.devlang: na
1313
ms.topic: conceptual
1414
ms.tgt_pltfrm: na
1515
ms.workload: identity
16-
ms.date: 05/07/2020
16+
ms.date: 05/18/2020
1717
ms.subservice: hybrid
1818
ms.author: billmath
1919

@@ -88,7 +88,7 @@ Here is a list of the most common messages you find. It does not list all, but t
8888
| UpgradeNotSupportedAdfsSignInMethod | You have selected Adfs as the sign-in method. |
8989
| UpgradeNotSupportedCustomizedSyncRules |You have added your own custom rules to the configuration. |
9090
| UpgradeNotSupportedDeviceWritebackEnabled |You have enabled the [device writeback](how-to-connect-device-writeback.md) feature. |
91-
| UpgradeNotSupportedGroupWritebackEnabled |You have enabled the [group writeback](how-to-connect-preview.md#group-writeback) feature. |
91+
| UpgradeNotSupportedGroupWritebackEnabled |You have enabled the group writeback feature. |
9292
| UpgradeNotSupportedInvalidPersistedState |The installation is not an Express settings or a DirSync upgrade. |
9393
| UpgradeNotSupportedMetaverseSizeExceeeded |You have more than 100,000 objects in the metaverse. |
9494
| UpgradeNotSupportedMultiForestSetup |You are connecting to more than one forest. Express setup only connects to one forest. |

articles/active-directory/hybrid/how-to-connect-install-custom.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ This screen allows you to select the optional features for your specific scenari
176176
| Azure AD app and attribute filtering |By enabling Azure AD app and attribute filtering, the set of synchronized attributes can be tailored. This option adds two more configuration pages to the wizard. For more information, see [Azure AD app and attribute filtering](#azure-ad-app-and-attribute-filtering). |
177177
| Password hash synchronization |If you selected federation as the sign-in solution, then you can enable this option. Password hash synchronization can then be used as a backup option. For additional information, see [Password hash synchronization](how-to-connect-password-hash-synchronization.md). </br></br>If you selected Pass-through Authentication this option can also be enabled to ensure support for legacy clients and as a backup option. For additional information, see [Password hash synchronization](how-to-connect-password-hash-synchronization.md).|
178178
| Password writeback |By enabling password writeback, password changes that originate in Azure AD is written back to your on-premises directory. For more information, see [Getting started with password management](../authentication/quickstart-sspr.md). |
179-
| Group writeback |If you use the **Office 365 Groups** feature, then you can have these groups represented in your on-premises Active Directory. This option is only available if you have Exchange present in your on-premises Active Directory. For more information, see [Group writeback](how-to-connect-preview.md#group-writeback). |
179+
| Group writeback |If you use the **Office 365 Groups** feature, then you can have these groups represented in your on-premises Active Directory. This option is only available if you have Exchange present in your on-premises Active Directory. |
180180
| Device writeback |Allows you to writeback device objects in Azure AD to your on-premises Active Directory for Conditional Access scenarios. For more information, see [Enabling device writeback in Azure AD Connect](how-to-connect-device-writeback.md). |
181181
| Directory extension attribute sync |By enabling directory extensions attribute sync, attributes specified are synced to Azure AD. For more information, see [Directory extensions](how-to-connect-sync-feature-directory-extensions.md). |
182182

articles/active-directory/hybrid/how-to-connect-preview.md

Lines changed: 3 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ms.workload: identity
1313
ms.tgt_pltfrm: na
1414
ms.devlang: na
1515
ms.topic: conceptual
16-
ms.date: 07/13/2017
16+
ms.date: 05/15/2020
1717
ms.subservice: hybrid
1818
ms.author: billmath
1919

@@ -22,24 +22,9 @@ ms.collection: M365-identity-device-management
2222
# More details about features in preview
2323
This topic describes how to use features currently in preview.
2424

25-
## Group writeback
26-
The option for group writeback in optional features allows you to writeback **Office 365 Groups** to a forest with Exchange installed. This is a group that is always mastered in the cloud. If you have Exchange on-premises, then you can write back these groups to on-premises so users with an on-premises Exchange mailbox can send and receive emails from these groups.
25+
## Azure AD Connect sync V2 endpoint API (public preview)
2726

28-
More information about Office 365 Groups and how to use them can be found [here](https://aka.ms/O365g).
29-
30-
An Office 365 group is represented as a distribution group in on-premises AD DS. Your on-premises Exchange server must be on Exchange 2013 cumulative update 8 (released in March 2015) or Exchange 2016 to recognize this new group type.
31-
32-
**Notes during the preview**
33-
34-
* The address book attribute is currently not populated in the preview. Without this attribute, the group is not visible in the GAL. The easiest way to populate this attribute is to use the Exchange PowerShell cmdlet `update-recipient`.
35-
* Only forests with the Exchange schema are valid targets for groups. If no Exchange was detected, then group writeback is not possible to enable.
36-
* Only single-forest Exchange organization deployments are currently supported. If you have more than one Exchange organization on-premises, then you need an on-premises GALSync solution for these groups to appear in your other forests.
37-
* The Group writeback feature does not handle security groups or distribution groups.
38-
39-
> [!NOTE]
40-
> A subscription to Azure AD Premium is required for group writeback.
41-
>
42-
>
27+
We have deployed a new endpoint (API) for Azure AD Connect that improves the performance of the synchronization service operations to Azure Active Directory. By utilizing the new V2 endpoint, you will experience noticeable performance gains on export and import to Azure AD. This new endpoint also supports syncing groups with up to 250k members. Using this endpoint also allows you to write back O365 unified groups, with no maximum membership limit, to your on-premises Active Directory, when group writeback is enabled. For more information see [Azure AD Connect sync V2 endpoint API (public preview)](how-to-connect-sync-endpoint-api-v2.md).
4328

4429
## User writeback
4530
> [!IMPORTANT]

0 commit comments

Comments
 (0)