Member-only story
Problem Symptom
This process to install Remote Server Administration Tools (RSAT) on Windows 11 has been simplified and easier compared with the previous version of the Windows operating system. Follow the below solution steps to install RSAT on a new Windows 11.
Content Summary
PowerShell command to check whether RSAT features installed
Install RSAT components from Settings app
Install RSAT using PowerShell
Run the RSAT tool on Windows 11
PowerShell command to check whether RSAT features installed
Step 1: Right-click the Start button and select Windows Terminal (Admin) from the context menu to open PowerShell command window.
Step 2: Type or paste the following command and press Enter key to execute it: Get-WindowsCapability -Name RSAT* -Online | Select-Object -Property DisplayName, State
Step 3: The list of all RSAT components installed on Windows 11 will show.