What’s the first RSAT tool you open on a Monday morning? Let us know in the comments below. Stay patched, stay powerful.
In this post, we’ll break down what RSAT is, how to install it on Windows 11 (the right way), and which tools you’ll use daily. RSAT allows authorized IT admins to manage roles and features on a remote Windows Server from a Windows 11 client. The key word here is remote —you don’t need the server’s graphical interface (GUI) installed.
Enter . For years, this toolkit has allowed admins to control servers directly from their local Windows PC. With Windows 11, Microsoft has streamlined the process significantly—but it still trips people up.
# Install ALL RSAT tools at once Get-WindowsCapability -Name RSAT* -Online | Add-WindowsCapability -Online If you want just the core AD tools: