What is RSAT, and how to add (or remove) them on Windows 11? Remote administration tools explained.

<h2 class="article-bodysection” id=”section-how-to-add-rsat-from-settings-on-windows-11″>How to add RSAT from Settings on Windows 11

To install RSAT tools using the Settings app, use these steps:

  1. Open Settings.
  2. Click on System.
  3. Click the Optional features page.
  1. Click the View features button from the top-right corner.
  1. Search for RSAT in the search box.
  2. Check the RSAT tool to install on Windows 11.
  • Quick tip: You can click the tool from the list to view a description and dependencies. You can check to install more than one tool as needed.
  1. Click the Next button.
  2. Click the Add button.

Remove RSAT using Settings

To remove Remote Server Administration Tools from the Settings app, use these steps:

  1. Open Settings.
  2. Click on System.
  3. Click the Optional features page.
  1. Click the RSAT item under the “Added features” section.
  2. Click the Remove button.

<h2 class="article-bodysection” id=”section-how-to-add-rsat-from-powershell-on-windows-11″>How to add RSAT from PowerShell on Windows 11

To add RSAT tools with PowerShell commands, use these steps:

  1. Open Start.
  2. Search for PowerShell, right-click the top result, and select the Run as administrator option.
  3. Type the following command to view the available RSAT tool and confirm those that are already installed on the computer and press Enter: Get-WindowsCapability -Name RSAT* -Online | Select-Object -Property DisplayName, Name, State
  1. Type the following command to install a specific RSAT and press Enter: Get-WindowsCapability -Name ‘RSAT-TOOL-POWERSHELL-NAME’ -Online | Add-WindowsCapability –Online

Remove RSAT using PowerShell

To remove RSAT from PowerShell, use these steps:

  1. Open Start.
  2. Search for PowerShell, right-click the top result, and select the Run as administrator option.
  3. Type the following command to determine the tools already installed on the computer and press Enter: Get-WindowsCapability -Name RSAT* -Online | Select-Object -Property DisplayName, Name, State
  1. Type the following command to uninstall a specific RSAT item and press Enter: Remove-WindowsCapability -Name “RSAT-TOOL-POWERSHELL-NAME” -Online

More resources

For more helpful articles, coverage, and answers to common questions about Windows 10 and Windows 11, visit the following resources:

Winsage
What is RSAT, and how to add (or remove) them on Windows 11? Remote administration tools explained.