Install RSAT on Windows 11 Using These 3 Simple Methods

Installing RSAT is simple from the command line

by Milan Stanojevic
Milan Stanojevic
Milan Stanojevic
Windows & Software Expert
Milan has been enthusiastic about technology ever since his childhood days, and this led him to take interest in all PC-related technologies. He's a PC enthusiast and he... read more
Reviewed by Alex Serban
Alex Serban
Alex Serban
Windows Server & Networking Expert
After moving away from the corporate work-style, Alex has found rewards in a lifestyle of constant analysis, team coordination and pestering his colleagues. Holding an MCSA Windows Server... read more
Affiliate Disclosure
  • The latest OS lets you use certain components faster, and in this guide, we'll show you how to install RSAT on Windows 11.
  • The easiest way to do this is to use the Settings app and select it from the list of options.
  • More advanced users might use the command-line interface to install Remote Server Administration Tools.
XINSTALL BY CLICKING THE DOWNLOAD FILE
Fix Windows 11 OS errors with Fortect: This tool repairs common computer errors by replacing the problematic system files with the initial working versions. It also keeps you away from system errors, BSoDs, and repairs damages made by malware and viruses. Fix PC issues and remove viruses damage now in 3 easy steps:
  1. Download and Install Fortect on your PC
  2. Launch the tool and Start scanning to find broken files that are causing the problems
  3. Right-click on Start Repair to fix issues affecting your computer’s security and performance
  • Fortect has been downloaded by 0 readers this month.

If you were wondering how exactly you can install the Remote Server Administration Tools (RSAT) on Windows 11, we got you covered.

Do keep in mind that few users reported that RSAT crashes, but don’t let that discourage you. This guide will show you three ways to install RSAT tools on Windows 11 easily.

Is RSAT available for Windows 11?

RSAT is available on all OSs from Windows 7, and Windows 11 is no different. This excellent tool allows for remote management of other systems running the same operating system.

Below are some of its features:

  • Group Policy Management: RSAT contains a Group Policy Management tool that includes a Group Policy Management Console, Group Policy Management Editor, and Group Policy Starter GPO Editor.
  • Hyper-V management: Another excellent feature of this feature is the Hyper-V management tool. This includes the Hyper-V Manager snap-in and the Virtual Machine Connection remote access tool. While the Hyper-V feature is available as an option on Windows 11, you can still use it with RSAT.
  • Best Practices Analyzer: This contains the cmdlets for Windows PowerShell.

How can I install RSAT on Windows 11?

1. Use the Settings menu

  1. Press the Start menu button in the Taskbar.
  2. Now click the Settings icon.
  3. From the left-side menu, select Apps, then click on Optional Features on the right-side menu.
  4. Now click on the View features button, which is colored blue.
  5. Type RSAT in the search tab and select all the variants you want to install. Click Next to proceed.
  6. Wait while the selected components are installed.

2. Check the RSAT features installed

  1. Right-click the Start button and select Windows Terminal (Admin) from the list.
  2. Type or paste the following command and press Enter to run it: Get-WindowsCapability -Name RSAT* -Online | Select-Object -Property DisplayName, State
  3. Now, you will see the list of all RSAT components installed on your computer. This way, you will know exactly what to install. In our case, there isn’t any installed.

3. Install RSAT on Windows 11 using PowerShell

3.1 Install the components all at once

  1. Press Windows Key + X and select Windows Terminal (Admin) option.
  2. Type or paste the following command and press Enter to run it: Get-WindowsCapability -Name RSAT* -Online | Add-WindowsCapability -Online
  3. The process will take a few minutes, depending on the capabilities of your system.

3.2 Install the components one by one

Note icon NOTE
If you don’t know the tool name, you can see the list of components in Solution 2.
  1. Press Windows Key + X and choose Windows Terminal (Admin).
  2. Run the following command and replace tool-name with the actual name of the tool: Add-WindowsCapability -Online -Name tool-name

If you need more information, you can check all the RSAT components and their specifications on Microsoft’s dedicated webpage.

Unfortunately, there is no way to download the RSAT standalone installer on Windows 11. Microsoft only provides the RSAT download version for Windows 10. Also, for those trying to install RSAT on Windows 11 ARM, it is important to note that RSAT is currently unavailable.

Installing RSAT is simple, and you can do so just like you’re used to any additional feature – from the Settings app. This is the most convenient method, and we recommend it to all first-time users.

If you couldn’t install RSAT on Windows 11, check our detailed guide to complete the installation.

In the comments section below, let us know if you installed RSAT on Windows 11 or if you have any additional questions. We’d love to hear your opinion.

This article covers:Topics: