For , the built-in RSAT (Remote Server Administration Tools) is no longer a separate download. It is installed as an optional Feature on Demand (FOD) directly via Windows Settings.
Here is the PowerShell command to install the full set of RSAT tools for 20H2 (run as Administrator): rsat windows 10 20h2
Get-WindowsCapability -Name "Rsat.*" -Online | Add-WindowsCapability -Online To install only a specific tool (e.g., Active Directory users and computers): For , the built-in RSAT (Remote Server Administration
Add-WindowsCapability -Name "Rsat.ActiveDirectory.DS-LDS.Tools~~~~0.0.1.0" -Online Unlike older versions of Windows 10 (e.g., 1809), there is no separate .msu download file. You must be online, and the features will download from Windows Update. rsat windows 10 20h2