RSAT enables IT administrators to remotely manage roles and features in Windows Server from a computer.^[https://learn.microsoft.com/en-us/troubleshoot/windows-server/system-management-components/remote-server-administration-tools] See status of RSAT tools on local computer ```PowerShell Get-WindowsCapability -Name RSAT* -Online | Select-Object -Property DisplayName, State ```