@@ -32,7 +32,7 @@ These settings are configured by the [Azure AD PowerShell module](/previous-vers
32
32
To see the configuration in your Microsoft Entra directory, run ` Get-MsolDirSyncFeatures ` .
33
33
![ Get-MsolDirSyncFeatures result] ( ./media/how-to-connect-syncservice-features/getmsoldirsyncfeatures.png )
34
34
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:
36
36
``` powershell
37
37
Connect-MgGraph -Scopes OnPremDirectorySynchronization.Read.All, OnPremDirectorySynchronization.ReadWrite.All
38
38
@@ -107,7 +107,7 @@ This feature is on by default for newly created Microsoft Entra directories. You
107
107
## Using the MSOnline module
108
108
Get-MsolDirSyncFeatures -Feature EnableSoftMatchOnUpn
109
109
110
- ## Using the Graph Powershell module
110
+ ## Using the Graph PowerShell module
111
111
$Config = Get-MgDirectoryOnPremisSynchronization
112
112
$Config.Features.SoftMatchOnUpnEnabled
113
113
```
@@ -146,7 +146,7 @@ This feature is on by default for newly created Microsoft Entra directories. You
146
146
## Using the MSOnline module
147
147
Get-MsolDirSyncFeatures -Feature SynchronizeUpnForManagedUsers
148
148
149
- ## Using the Graph Powershell module
149
+ ## Using the Graph PowerShell module
150
150
$config = Get-MgDirectoryOnPremisSynchronization
151
151
$config.Features.SynchronizeUpnForManagedUsersEnabled
152
152
```
0 commit comments