Skip to content

Commit 6dd4292

Browse files
(AzureCXP) fixes MicrosoftDocs/azure-docs#115489
Updated line number 39 From Get-MgDirectoryOnPremisSynchronization | Select-Object -ExpandProperty Features | Format-List To Get-MgDirectoryOnPremiseSynchronization | Select-Object -ExpandProperty Features | Format-List
1 parent a7d7632 commit 6dd4292

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
@@ -36,7 +36,7 @@ To see the configuration in your Microsoft Entra directory using the Graph Power
3636
```powershell
3737
Connect-MgGraph -Scopes OnPremDirectorySynchronization.Read.All, OnPremDirectorySynchronization.ReadWrite.All
3838
39-
Get-MgDirectoryOnPremisSynchronization | Select-Object -ExpandProperty Features | Format-List
39+
Get-MgDirectoryOnPremiseSynchronization | Select-Object -ExpandProperty Features | Format-List
4040
```
4141

4242
The output looks similar to `Get-MsolDirSyncFeatures`:

0 commit comments

Comments
 (0)