How to Install RSAT on Windows 11

All operating systems from Windows 7 support RSAT. This fantastic technology makes it possible to remotely manage other systems using the same operating system.

Here are a few of its characteristics:

Group Policy Management: RSAT comes with a tool for managing group policies that consists of a console for managing policies, an editor for managing policies, and an editor for creating group policy starter GPOs.

Hyper-V management: The Hyper-V management tool is yet another fantastic aspect of this functionality. Both the Hyper-V Manager snap-in and the remote access tool Virtual Machine Connection fall under this category. You may still utilize RSAT with the Hyper-V capability even though it is an option in Windows 11.

Analyzer of Best Practices: The Windows PowerShell cmdlets are contained in this.

Settings 

Press Win + I to open Settings.

Go to Apps then select Optional Features.

Click the View features button.

Type RSAT into the search bar, and then choose all of the tools you want to install.

Click Next once done then wait for the installation to complete.

PowerShell

Install all components at once

Type Terminal in your Windows search bar and select Run as administrator.

Copy and paste the following command and press Enter.

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

Wait for the installation to complete.

Install components separately

Type Terminal in your Windows search bar and select Run as administrator.

Copy and paste the following command. Make sure to replace tool-name with the name of the tool, below are the possible names you can enter.

Add-WindowsCapability -Online -Name tool-name

Windows 11 doesn’t have a way to download the RSAT standalone installer, which is too bad. Windows 10 can only get the RSAT download version from Microsoft. Also, Windows 11 ARM users who want to install RSAT should know that RSAT is currently unavailable.

RSAT is easy to set up, and you can do it the same way you set up any other new feature: from the Settings app. This is the easiest way to do it, and all first-time users should use it.

Rhousse

Commerce major. My training enabled me to fully use the various Microsoft Applications while also allowing to work around problems. I spent my high school years working as a campus writer and researcher, as I get older, I want to broaden my horizons and live life to the fullest.

You may also like...