<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:
- Open Settings.
- Click on System.
- Click the Optional features page.
- Click the View features button from the top-right corner.
- Search for RSAT in the search box.
- 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.
- Click the Next button.
- Click the Add button.
Remove RSAT using Settings
To remove Remote Server Administration Tools from the Settings app, use these steps:
- Open Settings.
- Click on System.
- Click the Optional features page.
- Click the RSAT item under the “Added features” section.
- 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:
- Open Start.
- Search for PowerShell, right-click the top result, and select the Run as administrator option.
- 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
- 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:
- Open Start.
- Search for PowerShell, right-click the top result, and select the Run as administrator option.
- 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
- 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: