Skip to content

Commit c55a8e2

Browse files
authored
Merge pull request #81279 from YuriySamorodov/patch-7
PowerShell command fix
2 parents 85c08b5 + b4d64e1 commit c55a8e2

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

articles/active-directory/hybrid/whatis-azure-ad-connect-v2.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -102,9 +102,10 @@ This is a known issue. To resolve this, restart your PowerShell session after i
102102

103103
1. Open Windows PowerShell with administrative privileges
104104
2. Type or copy and paste the following:
105-
``` powershell
106-
Import-module -Name "C:\Program Files\Microsoft Azure AD Sync\Bin\ADSync"
107-
```
105+
106+
```PowerShell
107+
Import-module -Name "C:\Program Files\Microsoft Azure AD Sync\Bin\ADSync"
108+
```
108109

109110

110111
## License requirements for using Azure AD Connect V2.0

0 commit comments

Comments
 (0)