How To Install RSAT (Remote Server Administration Tools)

Skip to content RSAT

What is RSAT?

RSAT or Remote Server Administration Tools is a package of server management tools you can install on Windows 10.

RSAT allows you to manage servers remotely, which is a good security practice!

RSAT offers several tools like:

  • Active Directory Users & Computers
  • Server Manager
  • The Active Directory PowerShell module
  • The Group Policy Management Console
  • The Group Policy PowerShell module
  • DNS manager
  • DHCP manager
  • Etc.

RSAT and Office 365

More and more companies use RSAT to consolidate AD and Office 365 management.

Specifically, they use Active Directory Users & Computers with the Easy365Manager snap-in.

Easy365Manager extends user properties with two new tabs that allow you to configure Office 365 licenses and mailboxes, as seen in the following example:

Easy365Manager offers the following benefits:

  1. No need to log in to multiple different admin web consoles during the day.
  2. No need for PowerShell to sync Azure AD Connect, configure mailbox calendar permissions, etc.
  3. No confusion about attribute authority.
  4. Removal of your on-premises Exchange Server (cost reduction and reduced attack surface).

How to Install RSAT Using PowerShell

The installation of RSAT depends on what version of Windows you’re running.

Windows 10 Version 1809 and Later

The easiest way to install RSAT on Windows 10 version 1809 and later is to use Feature on Demand (FoD).

If e.g. you want to install the Active Directory management tools and the Active Directory PowerShell module follow these steps:

  1. Start an administrative PowerShell prompt
  2. Execute the following command:
Get-WindowsCapability -Name RSAT.ActiveDirectory* -Online | Add-WindowsCapability -Online

To install the Group Policy Management Console and the Group Policy PowerShell module use the following command:

Get-WindowsCapability -Name RSAT.GroupPolicy* -Online | Add-WindowsCapability -Online

For a complete list of the RSAT tools available via FOD run the following command:

PS C:\> Get-WindowsCapability -Name RSAT.* -Online | ft Name,DisplayName Name DisplayName ---- ----------- Rsat.ActiveDirectory.DS-LDS.Tools~~~~0.0.1.0 RSAT: Active Directory Domain Services and Lightweight Directory Services Tools Rsat.BitLocker.Recovery.Tools~~~~0.0.1.0 RSAT: BitLocker Drive Encryption Administration Utilities Rsat.CertificateServices.Tools~~~~0.0.1.0 RSAT: Active Directory Certificate Services Tools Rsat.DHCP.Tools~~~~0.0.1.0 RSAT: DHCP Server Tools Rsat.Dns.Tools~~~~0.0.1.0 RSAT: DNS Server Tools Rsat.FailoverCluster.Management.Tools~~~~0.0.1.0 RSAT: Failover Clustering Tools Rsat.FileServices.Tools~~~~0.0.1.0 RSAT: File Services Tools Rsat.GroupPolicy.Management.Tools~~~~0.0.1.0 RSAT: Group Policy Management Tools Rsat.IPAM.Client.Tools~~~~0.0.1.0 RSAT: IP Address Management (IPAM) Client Rsat.LLDP.Tools~~~~0.0.1.0 RSAT: Data Center Bridging LLDP Tools Rsat.NetworkController.Tools~~~~0.0.1.0 RSAT: Network Controller Management Tools Rsat.NetworkLoadBalancing.Tools~~~~0.0.1.0 RSAT: Network Load Balancing Tools Rsat.RemoteAccess.Management.Tools~~~~0.0.1.0 RSAT: Remote Access Management Tools Rsat.RemoteDesktop.Services.Tools~~~~0.0.1.0 RSAT: Remote Desktop Services Tools Rsat.ServerManager.Tools~~~~0.0.1.0 RSAT: Server Manager Rsat.Shielded.VM.Tools~~~~0.0.1.0 RSAT: Shielded VM Tools Rsat.StorageMigrationService.Management.Tools~~~~0.0.1.0 RSAT: Storage Migration Service Management Tools Rsat.StorageReplica.Tools~~~~0.0.1.0 RSAT: Storage Replica Module for Windows PowerShell Rsat.SystemInsights.Management.Tools~~~~0.0.1.0 RSAT: System Insights Module for Windows PowerShell Rsat.VolumeActivation.Tools~~~~0.0.1.0 RSAT: Volume Activation Tools Rsat.WSUS.Tools~~~~0.0.1.0 RSAT: Windows Server Update Services Tools

How to Install RSAT Using the GUI

If you prefer to use the GUI to install RSAT on Windows 10 this is also possible. Use the following four steps:

1. Hit the Windows button and type “features”. Then select the Apps & Features option:

Apps and Features 2. From the Apps & Features menu select Optional Features:

3. Select Add a Feature:

Apps and Features 3

4. Type RSAT and select the RSAT tool(s) you wish to install:

Apps and Features

Install RSAT on Windows 10 Version 1709 and Earlier

To install RSAT tools on Windows 10 version 1709 and earlier you need to download and run the installer from Microsoft.

Install RSAT on Windows 8.1

If you’re running Windows 8.1 you need to download and run the RSAT tools for Windows 8.1 installer from Microsoft.

Search for: Easy365Manager Easy365Manager is the missing link between on-premises and Office 365. Martin DugganTechnology Infrastructure LeadCornerstone, United Kingdom
Office 365 Plugin forActive Directory Users & Computers
Easy365Manager has saved us tons of time. Matt BryantIT Systems AdministratorAudioscan, Canada
Delegate calendar permissions without PowerShell
Easy365Manager is a real time saver! Very well thought out software. Manny MamakasSenior ConsultantGreenwire Solutions, United States
MANAGE MEETING ROOMS AND ROOM LISTS WITH EASE
Saves us time that we can use on our many other projects waiting to be done. Devin GrayDirector of Information Technology & CommunicationCity of Edwardsville, United States
Manage email attributes without on-premises Exchange Server
Easy365Manager installation and Exchange removal was conducted smoothly and rapidly. Support provided by Easy365Manager team is efficient and fast. Eric GaillardIT & Facilities Addex Therapeutics, Switzerland
Install and Configure in Less Than Two Minutes
Removing my old Exchange server is a game changer! What a great time-saver to manage Office 365 and AD on one dashboard! ChristopherSaint Agnes School, United States
Manage Office 365 licenses and mailboxes from AD Users & Computers
Love this tool! Works and does everything we need! Matt WeberSystems AdministratorCommunity Bridges, United States
CONFIGURE OUTLOOK AUTOMAPPING WITHOUT POWERSHELL
Great product, I'm really happy we found it! Charles-Eric HachéHead of IT and TelecommunicationCity of Sainte-Julie, Canada
VIEW AND CONFIGURE AUTO-REPLY SCHEDULES WITHOUT POWERSHELL
We love using Easy365Manager. The program makes everything a lot more enjoyable for us. Bram BorkinkSystems AdministratorLinthorst Techniek, Netherlands
MULTI-OBJECT EDITING OF EXCHANGE ONLINE MAILBOXES
Easy365Manager really took care of a lot of security concerns by being able to turn off our last Exchange Server and simultaneously being able to handle Exchange Online completely in AD, without opening the browser. Marcus OddoSystems AdministratorCodac, United States
Single-click Azure AD Connect synchronization
Aside from Easy365Manager being such a revolutionary tool, your level of expertise in your product and responsiveness to our questions has made us very eager to partner with you. Jerry JacobsenSupv. of Network AdminMetal-Tek, United States

Tag » Active Directory Tools