Get-WindowsCapability -Name RSAT* -Online | Add-WindowsCapability -Online
Remote Server Administration Tools for Windows 10 - Microsoft rsat windows 10 20h2 download
| Problem | Likely Solution | | :--- | :--- | | RSAT features don’t appear in “Optional features” | Ensure you are running (not Home). Also confirm your build is 19042 (20H2) via winver . | | Installation hangs at 0% or fails | Run Windows Update to get the latest servicing stack updates. Then retry the PowerShell command. | | Tools are installed but cannot connect to server | Check that your user account has delegated permissions on the target server. Also ensure required firewall ports (e.g., LDAP 389, RPC 135) are open. | | “MMC could not create the snap-in” error | This often indicates a mismatch between your PC’s build and the tools. Use DISM to remove and re-add the capability. | Then retry the PowerShell command
For official Microsoft documentation, refer to: “RSAT: Remote Server Administration Tools for Windows 10” (Microsoft Docs). | | “MMC could not create the snap-in”
Starting with Windows 10 version 20H2, Microsoft changed how RSAT is installed. You no longer need to manually download and install RSAT from a separate download page. Instead, you can install it directly from the Settings app or using PowerShell.