1

Install RSAT for Windows 10 Version 1809, 1903 and Later

In the previous versions of Windows, you always had to download and install the Remote Server Administration Tools aka RSAT from Microsoft’s page. Many people complained about the fact that every time you would upgrade to a later build, it would wipe out the tools and you would have to reinstall them. With more recent builds of Windows 10, the remote server administration tools are now part of the build as a Feature and can by accessed by enabling the Feature on Demand. Let’s take a look and install RSAT for Windows 10 Version 1809, 1903 and later using the GUI method as well as using the Powershell method.

Install RSAT for Windows 10 Version 1809, 1903 and Later in the GUI

Although I much prefer the Powershell method, we’ll start off with the GUI method.

  • Open Settings -> Apps -> Optional Features

Apps Settings 1

 

  • Select the tools you want to install and click install

Apps Settings 2
 

Install RSAT for Windows 10 Version 1809, 1903 and Later in Powershell

  • Open Powershell as Administrator
  • Type: Get-WindowsCapability -Name RSAT* -Online
Get-WindowsCapability -Name RSAT

Take note of the name and status

  • To install the feature, you can either pipe the command to Add-WindowsCapability -or-
  • Add-WindowsCapability -Name Name-of-Feature -Online
Add-WindowsCapability -Name RSAT

In this example, I’m installing the RSAT: Active Directory Domain Services and Lightweight Directory Services Tools

  • The items should now be in the Start Menu -> Windows Administrative Tools

Apps Settings 3

I’d love to hear your feedback and I hope you can now add RSAT easily using the Features on Demand. As always be sure to check out our Youbtube Channel https://www.youtube.com/c/theSysadminChannel or if you want more Server Administration content, check out our Server Administration Category. There is a lot of useful information on both links.

5/5 - (4 votes)

Paul Contreras

Hi, my name is Paul and I am a Sysadmin who enjoys working on various technologies from Microsoft, VMWare, Cisco and many others. Join me as I document my trials and tribulations of the daily grind of System Administration.

One Comment

Leave a Reply

Your email address will not be published.