Skip to content

Commit 500956f

Browse files
authored
Hybrid: Improve comments based on review Feedback
Reviewer requested to use double-hash tags on comments.
1 parent ce2d328 commit 500956f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -103,10 +103,10 @@ If you need to match on-premises AD accounts with existing accounts created in t
103103
This feature is on by default for newly created Azure AD directories. You can see if this feature is enabled for you by running:
104104

105105
```powershell
106-
# Using the MSOnline module
106+
## Using the MSOnline module
107107
Get-MsolDirSyncFeatures -Feature EnableSoftMatchOnUpn
108108
109-
# Using the Graph Powershell module
109+
## Using the Graph Powershell module
110110
$Config = Get-MgDirectoryOnPremisSynchronization
111111
$Config.Features.SoftMatchOnUpnEnabled
112112
```
@@ -142,10 +142,10 @@ Enabling this feature allows the sync engine to update the userPrincipalName whe
142142
This feature is on by default for newly created Azure AD directories. You can see if this feature is enabled for you by running:
143143

144144
```powershell
145-
# Using the MSOnline module
145+
## Using the MSOnline module
146146
Get-MsolDirSyncFeatures -Feature SynchronizeUpnForManagedUsers
147147
148-
# Using the Graph Powershell module
148+
## Using the Graph Powershell module
149149
$config = Get-MgDirectoryOnPremisSynchronization
150150
$config.Features.SynchronizeUpnForManagedUsersEnabled
151151
```

0 commit comments

Comments
 (0)