Skip to content

Commit cd653b3

Browse files
authored
how-to-connect-syncservice-feature: Fix typo
Fix a Cmdlet typo I've introduced.
1 parent 1de1d77 commit cd653b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ Connect-MgGraph -Scopes OnPremDirectorySynchronization.Read.All, OnPremDirectory
3838
Get-MgDirectoryOnPremisSynchronization | Select-Object -ExpandProperty Features | Format-List
3939
```
4040

41-
The output looks similar to `Get-MsolDireSyncFeatures`:
41+
The output looks similar to `Get-MsolDirSyncFeatures`:
4242
```powershell
4343
BlockCloudObjectTakeoverThroughHardMatchEnabled : False
4444
BlockSoftMatchEnabled : False

0 commit comments

Comments
 (0)