Skip to content

Commit f761e99

Browse files
authored
Merge pull request Azure#712 from BartekPog/patch-1
Fix typo
2 parents 402b6e8 + d1655ae commit f761e99

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

azureadps-1.0/MSOnline/Set-MsolDirSyncFeature.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ Synchronization features that can be used with this cmdlet include the following
2626
- EnableSoftMatchOnUpn. Soft Match is the process used to link an object being synced from on-premises for the first time with one that already exists in the cloud. When this feature is enabled Soft Match will first be attempted using the standard logic, based on primary SMTP address. If a match is not found based on primary SMTP, then a match will be attempted based on UserPrincipalName. Once this feature is enabled it cannot be disabled.
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 is not enabled. Once this feature is enabled it cannot be disabled.
29+
- BlockSoftMatch. 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.
2930

3031
Enabling some of these features, such as EnableSoftMatchOnUpn and SynchronizationUpnForManagedUsers is a permanent operation.
3132
These features cannot be disabled once they are enabled.

azureadps-2.0/AzureAD/Get-AzureADUserLicenseDetail.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Get-AzureADUserLicenseDetail -ObjectId <String> [<CommonParameters>]
1717
```
1818

1919
## DESCRIPTION
20-
THis cmdlet retrieves license details for a user
20+
This cmdlet retrieves license details for a user
2121

2222
## EXAMPLES
2323

0 commit comments

Comments
 (0)