For Windows 11 64-bit, you do not need to download a separate installer from the Microsoft website . The Remote Server Administration Tools (RSAT) are now integrated directly into the operating system as "Features on Demand". You can enable these tools using either the graphical settings or a quick PowerShell command. Method 1: Using Windows Settings (Recommended) This is the easiest way to pick and choose specific tools like Active Directory or Group Policy Management. Open Settings
Get-WindowsCapability -Name "Rsat*" -Online | Add-WindowsCapability -Online
RSAT (Remote Server Administration Tools) enables IT administrators to remotely manage roles and features in Windows Server from a computer running Windows 11. It includes tools like: