Skip to content

Commit f59aa8f

Browse files
Acrolinx fix
1 parent 6dd4292 commit f59aa8f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ These settings are configured by the [Azure AD PowerShell module](/previous-vers
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 Powerhell, use the following commands:
3636
```powershell
3737
Connect-MgGraph -Scopes OnPremDirectorySynchronization.Read.All, OnPremDirectorySynchronization.ReadWrite.All
3838
@@ -107,7 +107,7 @@ This feature is on by default for newly created Microsoft Entra directories. You
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
```
@@ -146,7 +146,7 @@ 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
```

0 commit comments

Comments
 (0)