Skip to content

Commit a0cfaeb

Browse files
committed
updating
1 parent d777b4e commit a0cfaeb

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

articles/active-directory/hybrid/reference-connect-adsynctools.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,16 @@ To install the ADSyncTools PowerShell Module do the following:
2121

2222
1. Open Windows PowerShell with administrative priviledges
2323
2. Type or copy and paste the following:
24-
```powershell
24+
``` powershell
2525
Import-module -Name "C:\Program Files\Microsoft Azure Active Directory Connect\Tools\AdSyncTools"
2626
```
2727
3. Hit enter.
28+
4. To verify the module was installed, enter or copy and paste the following"
29+
```powershell
30+
Get-module AdSyncTools
31+
```
32+
5. You should now see information about the module.
33+
2834
2935
## Clear-ADSyncToolsConsistencyGuid
3036

0 commit comments

Comments
 (0)