Skip to content

Commit af74a06

Browse files
authored
Merge pull request Azure#891 from tajaber/patch-1
Update BlockCloudObjectTakeoverThroughHardMatch explanation
2 parents b2cde32 + 0736c40 commit af74a06

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

azureadps-1.0/MSOnline/Set-MsolDirSyncFeature.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,12 @@ You can use the following synchronization features with this cmdlet:
2727
- **PasswordSync**
2828
- **SynchronizeUpnForManagedUsers**: Allows for the synchronization of UserPrincipalName updates from on-premises for managed (non-federated) users that have been assigned a license. These updates will be blocked if this feature isn't enabled. Once this feature is enabled, it can't be disabled.
2929
- **BlockSoftMatch**: When this feature is enabled, it will block the soft match feature. Customers are encouraged to enable this feature and keep it 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.
30-
- **BlockCloudObjectTakeoverThroughHardMatch**: When this feature is enabled, and
30+
- **BlockCloudObjectTakeoverThroughHardMatch**: When this feature is not enabled, and
3131

3232
- an object is synced for which an object with a matching source anchor already exists in Azure AD and,
3333
- that object in Azure AD doesn't have DirSyncEnabled set to "true", then
3434

35-
the default behavior would be to hard match the cloud object with the on premises object and set the DirSyncEnabled flag of the Cloud object to "true". <br>
35+
the default behavior would be to hard match the cloud object with the on premises object and set the DirSyncEnabled flag of the Cloud object to "true". <br><br>
3636
When enabling this feature, the cloud object is no longer matched and the DirSyncEnabled flag isn't set to "true". Instead, an error is thrown: Error Code: `InvalidHardMatch`, Error Message: `Another cloud created object with the same source anchor already exists in Azure Active Directory`.
3737

3838
Enabling some of these features, such as EnableSoftMatchOnUpn and SynchronizationUpnForManagedUsers, is a permanent operation.

0 commit comments

Comments
 (0)