Skip to content

Commit 85c7e2f

Browse files
authored
Merge pull request #112433 from matsimon/fix-typo
how-to-connect-syncservice-feature: Fix typo
2 parents e941054 + cd653b3 commit 85c7e2f

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)