However, starting with Windows 10 1803 (October 2018 Update), Microsoft changed how RSAT works. The old standalone download .msu file is gone. On , RSAT is now a set of Features on Demand (FOD) .
Click Add a feature (at the top of the list). rsat tools windows 10 20h2
To see a list of all available RSAT tools, run: However, starting with Windows 10 1803 (October 2018
rsat-tools-windows-10-20h2 If you’re a system administrator managing Windows Server environments from a Windows 10 20H2 client machine, you need RSAT (Remote Server Administration Tools). These tools allow you to remotely manage roles like Active Directory, DHCP, DNS, and Group Policy directly from your PC without needing to log into a server. Click Add a feature (at the top of the list)
In the search box, type the name of the tool you need. For example, type AD for Active Directory tools.
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: