Rsat Tools Windows 10 20h2 -
The installation will take a few minutes. Once completed, you will find the tools (e.g., Active Directory Users and Computers) in your Start menu under . Method 2: Install RSAT via PowerShell (Fast & Scriptable) For advanced users or deploying to multiple machines, PowerShell is much faster.
To see a list of all available RSAT tools, run: rsat tools windows 10 20h2
Add-WindowsCapability -Name "Rsat.ActiveDirectory.DS-LDS.Tools~~~~0.0.1.0" -Online To install ALL RSAT tools at once (useful for admin workstations), run this one-liner: The installation will take a few minutes