Select and click Install . Method 2: Using PowerShell (Admin)
To , you generally don't download a standalone installer. Instead, you enable it as part of the Remote Server Administration Tools (RSAT) . The method varies depending on whether you are using a client operating system (Windows 10/11) or a server. Windows 11 and Windows 10 (Version 1809 and newer)
On Windows Server, the module is already built into the OS and just needs to be activated. Method 1: Using Server Manager infrasos.comhttps://infrasos.com
Modern versions of Windows include RSAT as a "Feature on Demand," meaning you can enable it directly through the Settings app or via PowerShell without visiting a download page. Method 1: Using Windows Settings Open > Apps > Optional features . Click View features (or Add a feature ). Search for "Active Directory".
How to Install Active Directory PowerShell Module and Import
Run this command in an elevated PowerShell prompt to install the module instantly: powershell
Add-WindowsCapability -Online -Name Rsat.ActiveDirectory.DS-LDS.Tools~~~~0.0.1.0 Use code with caution. Windows Server (2016, 2019, 2022, 2025)