File tree Expand file tree Collapse file tree 1 file changed +17
-1
lines changed
articles/active-directory/hybrid Expand file tree Collapse file tree 1 file changed +17
-1
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ author: billmath
5
5
manager : daveba
6
6
ms.service : active-directory
7
7
ms.workload : identity
8
- ms.date : 10/19/2018
8
+ ms.date : 04/23/2020
9
9
ms.subservice : hybrid
10
10
ms.author : billmath
11
11
ms.topic : reference
@@ -16,6 +16,22 @@ ms.collection: M365-identity-device-management
16
16
# Azure AD Connect: ADSyncTools PowerShell Reference
17
17
The following documentation provides reference information for the ADSyncTools.psm1 PowerShell Module that is included with Azure AD Connect.
18
18
19
+ ## Install the ADSyncTools PowerShell Module
20
+ 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
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
+
19
35
## Clear-ADSyncToolsConsistencyGuid
20
36
21
37
### SYNOPSIS
You can’t perform that action at this time.
0 commit comments