Hi brichardi,
Thanks for your post. It is recommended to view Remote Server Administration Tools List in Windows 11.
- Open the Command Prompt App with Administrative Privileges.
- Type the below command and press Enter key.
- Get-WindowsCapability -Name RSAT* -Online | Select-Object -Property DisplayName, State
- You'll get a list of all RSAT features and their current state whether installed or not present.
If not, follow the steps below:
Step 1:Type the following in a Windows PowerShell as Administrator to skip the restriction from system: 1.Launch PowerShell 2.Set-ExecutionPolicy Unrestricted 3.Get-AppXPackage -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"} 4. Restart your device.
Step 2: Apart from the UI installation, you can also use the following Powershell and CMD methods.
Install RSAT on Windows 11 [3 Different Ways] (windowsreport.com)
Step 3: For any troubleshooting guide, you can refer to the following information:
Couldn’t Install RSAT in Windows 11? Apply These Fixes (windowsreport.com)
Note: This is a non-Microsoft website. The page appears to be providing accurate, safe information. Watch out for ads on the site that may advertise products frequently classified as a PUP (Potentially Unwanted Products). Thoroughly research any product advertised on the site before you decide to download and install it.
Best Regards,
Ian Xue
If the Answer is helpful, please click "Accept Answer" and upvote it.