Read this post to learn about two methods on how to install Remote Server Administration Tools on Windows Server 2019, 2022.
Remote Server Administration Tools is a collection of server management programs. It includes Server Manager, the Microsoft Management Console (MMC) snap-in, the console, Windows PowerShell cmdlets, and some command-line tools for remotely managing Windows Server roles and functions from a computer running Windows 10, Windows 8.1, Windows 8, Windows 7, or Windows Vista.
It’s worth noting that RSAT can’t be installed on machines running Windows Home or Standard editions, and can only be installed on the Professional or Enterprise editions.
There are two options on how to install Remote Server Administration Tools on Windows Server 2019. But before starting, there’s a thing you need to know, that is, Remote Server Administration Tools are included as optional features in Windows Server 2019 and may be deployed using the Add Roles and Features dialog in Server Manager. Therefore, a Remote Server Administration Tools Windows Server 2019 download is not necessary.
Step 1. Click Start, then find Server Manager.
Step 2. Click Add roles and features.
Step 3. In the Add Roles and Features Wizard, click Installation Type first. Then tick Role-based or feature-based installation.
Step 4. Click Server Selection, tick Select a server from the server pool, then select the server you want to install the Remote Server Administration Tools (RSAT) on.
Step 5. Click Server Roles and then Next.
Step 6. Click Features, and then check the Remote Server Administration Tools check box.
Step 7. Some required supporting features such as the Web Server (IIS) role may be required. If prompted click Add Features.
Step 8. On the Web Server Role (IIS) page, click Next.
Step 9. Click Next on the Role Services page.
Step 10. Click Install on the Confirmation page.
Step 11. Wait for the installation to complete.
Step 12. Then you can find the RSAT tools under the Tools menu.
Step 1. Search for Windows PowerShell in the search box and then open it.
Step 2. Input the following cmdlet to install all tools:
Get-WindowsCapability -Name RSAT* -Online | Add-WindowsCapability -Online
βNote: If you just want to install specific tools, for example, Group Policy Management Console, you can input the following cmdlet:
Get-WindowsCapability -Name RSAT.GroupPolicy* -Online | Add-WindowsCapability -Online
Step 3. You can input the following cmdlet to confirm the installation:
Get-WindowsCapability -Name RSAT* -Online | Select-Object -Property DisplayName, State
Actually, there’s an easier way to remotely manage Windows Server roles and functions from another computer, that is, using free remote access software which is compatible with multiple Windows versions. For example, you can use AnyViewer. It is applicable to Windows 11/10/8.1/8/7 and Windows Server 2022/2019/2016/2012 R2. Besides, AnyViewer provides you with a stable and fast remote connection to one or multiple computers.
If you’re trying to remotely manage the roles and functions of Windows computers, follow the steps below:
Step 1. Download, install, and launch AnyViewer on both computers. Go to Log in, and then click Sign up. (If you already have signed up on its official website, you can log in directly.)
Step 2. Fill in the signup information.
Step 3. Then you can see you successfully logged in to AnyViewer. Your device will automatically be assigned to the account you've logged in to.
Step 4. Log in to the same AnyViewer account on the two devices, then you can achieve a direct connection by clicking One-click control.
Step 5. Then you can start to remotely manage the Windows Server 2019. By the way, AnyViewer also provides you with some shortcuts, like Ctrl + Alt + Delete, Task Manager, CMD, etc. You can also
How to install Remote Server Administration Tools on Windows Server 2019? Here in this post, we provide you with two ways to install RSAT on Windows Server 2019, using Windows features and PowerShell respectively. Of course, we provide you with another option. You can use the remote access software AnyViewer to remotely manage the roles and functions of Servers.