Rsat Windows 10 20h2 Review
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.
Get-WindowsCapability -Name "Rsat.*" -Online | Add-WindowsCapability -Online To install only a specific tool (e.g., Active Directory users and computers): 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. Add-WindowsCapability -Name "Rsat
Here is the PowerShell command to install the full set of RSAT tools for 20H2 (run as Administrator): Active Directory users and computers): For