Home >Common Problem >Use these 11 easy ways to install RSAT on Windows 3
If you’re wondering how to install Remote Server Administration Tools (RSAT) on Windows 11, we’ve got you covered.
Keep in mind that very few users report RSAT crashes, but don’t let this discourage you. This guide will show you three ways to easily install the RSAT tool on Windows 11.
RSAT is available on all operating systems from Windows 7, and Windows 11 is no exception. This excellent tool allows remote management of other systems running the same operating system.
Here are some of its features:
<strong>Get-WindowsCapability -Name RSAT* -Online | Select-Object -Property DisplayName, State</strong>
<strong> Get-WindowsCapability -Name RSAT* -Online | Add-WindowsCapability -Online<br data-rich-text-line-break="true"></strong>
Note that if you don’t know the tool name, you can see the component list in Solution 2.
<strong>Add-WindowsCapability -Online -Name tool-name</strong>
If you need more information, you can view all RSAT components on Microsoft's dedicated webpage and its specifications.
Unfortunately, there is no way to download the RSAT standalone installer on Windows 11. Microsoft only provides a downloadable version of RSAT for Windows 10. Additionally, 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 it just like you are accustomed to using any other feature - from the Settings app. This is the most convenient method and we recommend it to all first-time users.
If you can't install RSAT on Windows 11, check out our detailed guide to complete the installation.
The above is the detailed content of Use these 11 easy ways to install RSAT on Windows 3. For more information, please follow other related articles on the PHP Chinese website!