Skip to content

Commit 8405b21

Browse files
committed
updating links:
1 parent 8b59915 commit 8405b21

6 files changed

+9
-10
lines changed

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

Lines changed: 2 additions & 2 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:

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-syncservice-features.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ ms.workload: identity
1212
ms.tgt_pltfrm: na
1313
ms.devlang: na
1414
ms.topic: conceptual
15-
ms.date: 06/25/2018
15+
ms.date: 05/18/2020
1616
ms.subservice: hybrid
1717
ms.author: billmath
1818

@@ -57,7 +57,7 @@ The following settings are configured by Azure AD Connect and cannot be modified
5757
| [DuplicateProxyAddressResiliency<br/>DuplicateUPNResiliency](#duplicate-attribute-resiliency) |Allows an attribute to be quarantined when it is a duplicate of another object rather than failing the entire object during export. |
5858
| Password Hash Sync |[Implementing password hash synchronization with Azure AD Connect sync](how-to-connect-password-hash-synchronization.md) |
5959
|Pass-through Authentication|[User sign-in with Azure Active Directory Pass-through Authentication](how-to-connect-pta.md)|
60-
| UnifiedGroupWriteback |[Preview: Group writeback](how-to-connect-preview.md#group-writeback) |
60+
| UnifiedGroupWriteback |Group writeback|
6161
| UserWriteback |Not currently supported. |
6262

6363
## Duplicate attribute resiliency

articles/active-directory/hybrid/reference-connect-accounts-permissions.md

Lines changed: 2 additions & 2 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: reference
16-
ms.date: 10/03/2019
16+
ms.date: 05/18/2020
1717
ms.subservice: hybrid
1818
ms.author: billmath
1919

@@ -144,7 +144,7 @@ Which permissions you require depends on the optional features you enable. If yo
144144
| 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. |
145145
| Password writeback |Write permissions to the attributes documented in [Getting started with password management](../authentication/howto-sspr-writeback.md) for users. |
146146
| Device writeback |Permissions granted with a PowerShell script as described in [device writeback](how-to-connect-device-writeback.md). |
147-
| Group writeback |Allows you to writeback **Office 365 Groups** to a forest with Exchange installed. For more information see [Group Writeback](how-to-connect-preview.md#group-writeback).|
147+
| Group writeback |Allows you to writeback **Office 365 Groups** to a forest with Exchange installed.|
148148

149149
## Upgrade
150150
When you upgrade from one version of Azure AD Connect to a new release, you need the following permissions:

articles/active-directory/hybrid/reference-connect-version-history.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1335,7 +1335,6 @@ Changed name from Azure AD Sync to Azure AD Connect.
13351335
**New preview features:**
13361336

13371337
* [User writeback](how-to-connect-preview.md#user-writeback)
1338-
* [Group writeback](how-to-connect-preview.md#group-writeback)
13391338
* [Device writeback](how-to-connect-device-writeback.md)
13401339
* [Directory extensions](how-to-connect-preview.md)
13411340

0 commit comments

Comments
 (0)