How to install the ADSyncTools PowerShell module

What is ADSyncTools?

ADSyncTools is a PowerShell module developed to troubleshoot and manage Microsoft Entra Connect (formerly Azure AD Connect). It is a collection of cmdlets designed to help administrators diagnose and resolve synchronization issues between on-premises Active Directory and Microsoft Entra ID.

Installing the ADSyncTools PowerShell module

Prerequisites

Before installing the module, ensure you have the following:

  • PowerShell version 5.0 or above. To check your current version, run the following command:
    $PSVersionTable.PSVersion
  • Administrator privileges to execute PowerShell commands.

Installing the module

Follow the steps below to install the ADSyncTools module:

  1. Open PowerShell as an administrator.
  2. Run the following script:
    [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12 Install-Module -Name ADSyncTools
  3. To verify if the module was installed, run the script below. This will display information about the module.
    Get-module ADSyncTools -ListAvailable

Limitations of using PowerShell scripts

While PowerShell offers control, relying solely on scripts comes with several challenges:

  • PowerShell has a command-line interface, which increases the likelihood of input errors.
  • Sufficient admin privileges are required to execute this cmdlet.
  • PowerShell has limited filtering and reporting capabilities without additional scripting.

ADManager Plus is an IGA solution with capabilities to manage and report on hybrid Active Directory environments from a single, centralized console. Designed for IT administrators, ADManager Plus eliminates the need for complex PowerShell scripting by offering a GUI-driven interface for routine tasks, reporting, and automation.

Streamline Microsoft Entra ID administration using ADManager Plus

ADManager Plus eliminates the need for manual PowerShell scripting and enables:

Simplify Microsoft Entra ID administration with ADManager Plus

 
  • What is ADSyncTools?
  • Installing the ADSyncTools PowerShell module
  • Limitations of using PowerShell scripts
  • Streamline Microsoft Entra ID administration using ADManager Plus
The one-stop solution to Active Directory Management and Reporting
Email Download Link