Skip to content

Commit 905634f

Browse files
authored
Merge pull request #112529 from billmath/bugs1
Bugs1
2 parents 19de391 + a0cfaeb commit 905634f

File tree

1 file changed

+17
-1
lines changed

1 file changed

+17
-1
lines changed

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

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author: billmath
55
manager: daveba
66
ms.service: active-directory
77
ms.workload: identity
8-
ms.date: 10/19/2018
8+
ms.date: 04/23/2020
99
ms.subservice: hybrid
1010
ms.author: billmath
1111
ms.topic: reference
@@ -16,6 +16,22 @@ ms.collection: M365-identity-device-management
1616
# Azure AD Connect: ADSyncTools PowerShell Reference
1717
The following documentation provides reference information for the ADSyncTools.psm1 PowerShell Module that is included with Azure AD Connect.
1818

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+
1935
## Clear-ADSyncToolsConsistencyGuid
2036
2137
### SYNOPSIS

0 commit comments

Comments
 (0)