Skip to content

Commit 2df9f9a

Browse files
Merge pull request #253713 from ManoharLakkoju-MSFT/patch-80
(AzureCXP) fixes MicrosoftDocs/azure-docs#115489
2 parents 3ae8754 + e6a4777 commit 2df9f9a

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

articles/active-directory/hybrid/connect/how-to-connect-syncservice-features.md

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -27,16 +27,16 @@ The synchronization feature of Microsoft Entra Connect has two components:
2727

2828
This topic explains how the following features of the **Microsoft Entra Connect Sync service** work and how you can configure them using PowerShell.
2929

30-
These settings are configured by the [Azure AD PowerShell module](/previous-versions/azure/jj151815(v=azure.100)). Download and install it separately from Microsoft Entra Connect. The cmdlets documented in this topic were introduced in the [2016 March release (build 9031.1)](https://social.technet.microsoft.com/wiki/contents/articles/28552.microsoft-azure-active-directory-powershell-module-version-release-history.aspx#Version_9031_1). If you do not have the cmdlets documented in this topic or they do not produce the same result, then make sure you run the latest version.
30+
These settings are configured by the [Azure AD PowerShell module](/previous-versions/azure/jj151815(v=azure.100)). Download and install it separately from Microsoft Entra Connect. The cmdlets documented in this topic were introduced in the [2016 March release (build 9031.1)](https://social.technet.microsoft.com/wiki/contents/articles/28552.microsoft-azure-active-directory-powershell-module-version-release-history.aspx#Version_9031_1). If you don't have the cmdlets documented in this topic or they don't produce the same result, then make sure you run the latest version.
3131

3232
To see the configuration in your Microsoft Entra directory, run `Get-MsolDirSyncFeatures`.
3333
![Get-MsolDirSyncFeatures result](./media/how-to-connect-syncservice-features/getmsoldirsyncfeatures.png)
3434

35-
To see the configuration in your Microsoft Entra directory using the Graph Powershell, use the following commands:
35+
To see the configuration in your Microsoft Entra directory using the Graph PowerShell, use the following commands:
3636
```powershell
3737
Connect-MgGraph -Scopes OnPremDirectorySynchronization.Read.All, OnPremDirectorySynchronization.ReadWrite.All
3838
39-
Get-MgDirectoryOnPremisSynchronization | Select-Object -ExpandProperty Features | Format-List
39+
Get-MgDirectoryOnPremiseSynchronization | Select-Object -ExpandProperty Features | Format-List
4040
```
4141

4242
The output looks similar to `Get-MsolDirSyncFeatures`:
@@ -72,20 +72,20 @@ The following settings can be configured by `Set-MsolDirSyncFeature`:
7272
| [EnableSoftMatchOnUpn](#userprincipalname-soft-match) |Allows objects to join on userPrincipalName in addition to primary SMTP address. |
7373
| [SynchronizeUpnForManagedUsers](#synchronize-userprincipalname-updates) |Allows the sync engine to update the userPrincipalName attribute for managed/licensed (non-federated) users. |
7474

75-
After you have enabled a feature, it cannot be disabled again.
75+
After you have enabled a feature, it can't be disabled again.
7676

7777
> [!NOTE]
7878
> From August 24, 2016 the feature *Duplicate attribute resiliency* is enabled by default for new Microsoft Entra directories. This feature will also be rolled out and enabled on directories created before this date. You will receive an email notification when your directory is about to get this feature enabled.
7979
>
8080
>
8181
82-
The following settings are configured by Microsoft Entra Connect and cannot be modified by `Set-MsolDirSyncFeature`:
82+
The following settings are configured by Microsoft Entra Connect and can't be modified by `Set-MsolDirSyncFeature`:
8383

8484
| DirSyncFeature | Comment |
8585
| --- | --- |
8686
| DeviceWriteback |[Microsoft Entra Connect: Enabling device writeback](how-to-connect-device-writeback.md) |
8787
| DirectoryExtensions |[Microsoft Entra Connect Sync: Directory extensions](how-to-connect-sync-feature-directory-extensions.md) |
88-
| [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. |
88+
| [DuplicateProxyAddressResiliency<br/>DuplicateUPNResiliency](#duplicate-attribute-resiliency) |Allows an attribute to be quarantined when its a duplicate of another object rather than failing the entire object during export. |
8989
| Password Hash Sync |[Implementing password hash synchronization with Microsoft Entra Connect Sync](how-to-connect-password-hash-synchronization.md) |
9090
|Pass-through Authentication|[User sign-in with Microsoft Entra pass-through authentication](how-to-connect-pta.md)|
9191
| UnifiedGroupWriteback |Group writeback|
@@ -99,27 +99,27 @@ Instead of failing to provision objects with duplicate UPNs / proxyAddresses, th
9999

100100
When this feature is enabled, soft-match is enabled for UPN in addition to the [primary SMTP address](https://support.microsoft.com/kb/2641663), which is always enabled. Soft-match is used to match existing cloud users in Microsoft Entra ID with on-premises users.
101101

102-
If you need to match on-premises AD accounts with existing accounts created in the cloud and you are not using Exchange Online, then this feature is useful. In this scenario, you generally don’t have a reason to set the SMTP attribute in the cloud.
102+
If you need to match on-premises AD accounts with existing accounts created in the cloud and you aren't using Exchange Online, then this feature is useful. In this scenario, you generally don’t have a reason to set the SMTP attribute in the cloud.
103103

104104
This feature is on by default for newly created Microsoft Entra directories. You can see if this feature is enabled for you by running:
105105

106106
```powershell
107107
## Using the MSOnline module
108108
Get-MsolDirSyncFeatures -Feature EnableSoftMatchOnUpn
109109
110-
## Using the Graph Powershell module
110+
## Using the Graph PowerShell module
111111
$Config = Get-MgDirectoryOnPremisSynchronization
112112
$Config.Features.SoftMatchOnUpnEnabled
113113
```
114114

115-
If this feature is not enabled for your Microsoft Entra directory, then you can enable it by running:
115+
If this feature isn't enabled for your Microsoft Entra directory, then you can enable it by running:
116116

117117
```powershell
118118
Set-MsolDirSyncFeature -Feature EnableSoftMatchOnUpn -Enable $true
119119
```
120120

121121
## BlockSoftMatch
122-
When this feature is enabled it will block the Soft Match feature. Customers are encouraged to enable this feature and keep it at enabled until Soft Matching is required again for their tenancy. This flag should be enabled again after any soft matching has completed and is no longer needed.
122+
When this feature is enabled, it blocks the Soft Match feature. Customers are encouraged to enable this feature and keep it at enabled until Soft Matching is required again for their tenancy. This flag should be enabled again after any soft matching has completed and is no longer needed.
123123

124124
Example - to block soft matching in your tenant, run this cmdlet:
125125

@@ -132,7 +132,7 @@ PS C:\> Set-MsolDirSyncFeature -Feature BlockSoftMatch -Enable $True
132132
Historically, updates to the UserPrincipalName attribute using the sync service from on-premises has been blocked, unless both of these conditions were true:
133133

134134
* The user is managed (non-federated).
135-
* The user has not been assigned a license.
135+
* The user hasn't been assigned a license.
136136

137137
> [!NOTE]
138138
> From March 2019, synchronizing UPN changes for federated user accounts is allowed.
@@ -146,12 +146,12 @@ This feature is on by default for newly created Microsoft Entra directories. You
146146
## Using the MSOnline module
147147
Get-MsolDirSyncFeatures -Feature SynchronizeUpnForManagedUsers
148148
149-
## Using the Graph Powershell module
149+
## Using the Graph PowerShell module
150150
$config = Get-MgDirectoryOnPremisSynchronization
151151
$config.Features.SynchronizeUpnForManagedUsersEnabled
152152
```
153153

154-
If this feature is not enabled for your Microsoft Entra directory, then you can enable it by running:
154+
If this feature isn't enabled for your Microsoft Entra directory, then you can enable it by running:
155155

156156
```powershell
157157
Set-MsolDirSyncFeature -Feature SynchronizeUpnForManagedUsers -Enable $true

0 commit comments

Comments
 (0)