Skip to content

Commit d777b4e

Browse files
committed
adding installation instructions
1 parent c67dc49 commit d777b4e

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

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

Lines changed: 11 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,16 @@ 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+
1929
## Clear-ADSyncToolsConsistencyGuid
2030
2131
### SYNOPSIS

0 commit comments

Comments
 (0)