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):
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
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. Get-WindowsCapability -Name "Rsat