We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d777b4e commit a0cfaebCopy full SHA for a0cfaeb
articles/active-directory/hybrid/reference-connect-adsynctools.md
@@ -21,10 +21,16 @@ To install the ADSyncTools PowerShell Module do the following:
21
22
1. Open Windows PowerShell with administrative priviledges
23
2. Type or copy and paste the following:
24
- ```powershell
+ ``` powershell
25
Import-module -Name "C:\Program Files\Microsoft Azure Active Directory Connect\Tools\AdSyncTools"
26
```
27
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
+
34
35
## Clear-ADSyncToolsConsistencyGuid
36
0 commit comments