Windows 11 Remote Server Administration Tools May 2026

To install all RSAT tools at once:

# List all available RSAT features Get-WindowsCapability -Name RSAT* -Online | Select-Object -Property DisplayName, State Add-WindowsCapability -Name "Rsat.ActiveDirectory.DS-LDS.Tools~~~~0.0.1.0" -Online windows 11 remote server administration tools

Get-WindowsCapability -Name RSAT* -Online | Add-WindowsCapability -Online Note: System restart is rarely required, but some tools may need a logoff/logon. Here are the most commonly used RSAT components: To install all RSAT tools at once: #