10 ready-to-implement PowerShell scripts to make AD management easy!

Azure AD Management

How to Install RSAT in Windows 10, Windows 11, and Windows Server

As a beginner system administrator, it’s important to understand how to install Remote Server Administration Tools (RSAT) on Windows 10, Windows 11, and Windows Server. RSAT tools allow you to remotely manage key Windows features like Active Directory, DNS, DHCP, and more. In this step-by-step guide, we will walk you through the installation process using both the graphical interface and PowerShell.

1. Introduction  

Remote Server Administration Tools (RSAT) are essential for system administrators as they provide the ability to manage Windows features remotely. With RSAT, you can perform administrative tasks on servers without needing direct physical access. This guide will demonstrate how to install RSAT tools on Windows 10, Windows 11, and Windows Server, enabling you to efficiently manage various server functionalities.

2. Prerequisites  

Before proceeding with the installation, ensure that you meet the following prerequisites:

  • You are using a Windows Pro or Enterprise version of Windows 10 or Windows 11.
  • For Windows Server, the installation steps are applicable to Server 2016, 2019, and 2022 editions.
  • You have administrative access to the system on which you intend to install RSAT tools.

3. Installing RSAT Tools on Windows 10  

Here’s how you can install RSAT tools on Windows 10 using the graphical interface:

3.1. Navigating to Apps & Features  

  1. Press the Windows key on your keyboard and type “Settings”.
  2. Click on the “Settings” app from the search results to open the Windows Settings.

3.2. Accessing Optional Features  

  1. In the Windows Settings window, click on “Apps”.
  2. In the left-hand menu, select “Apps & features”.

3.3. Selecting and Installing RSAT Tools  

  1. In the Apps & features window, click on “Optional features”.
  2. Click on “Add a feature”.

3.4. Verifying Successful Installation  

  1. Wait for the installation process to complete.
  2. Once the installation is finished, the status of the RSAT tools will change to “Installed”.

3.5. Accessing RSAT Tools from Windows Tools  

  1. To access the installed RSAT tools, navigate to the Start menu.
  2. Open the “Windows Administrative Tools” folder.
  3. Inside the folder, you will find the various RSAT tools you installed, such as Active Directory, DHCP, DNS, etc.

4. Installing RSAT Tools on Windows Server  

If you are using Windows Server, follow these steps to install RSAT tools:

4.1. Opening Server Manager  

  1. Log in to your Windows Server using an administrative account.
  2. Open Server Manager by clicking on the “Server Manager” icon on the taskbar or searching for it in the Start menu.

4.2. Adding Roles and Features  

  1. In the Server Manager window, click on “Add roles and features” from the dashboard.

4.3. Choosing RSAT Tools to Install  

  1. In the Add Roles and Features Wizard, click Next to proceed.
  2. Select “Role-based or feature-based installation” and click Next.
  3. Choose the appropriate server from the server pool and click Next.
  4. Skip the Server Roles section as we are not adding any roles.
  5. Scroll down and locate “Remote Server Administration Tools” in the Features section.
  6. Expand “Remote Server Administration Tools” and select the specific RSAT tools you want to install.

4.4. Confirming Selections and Initiating Installation  

  1. Once you have selected the desired RSAT tools, click Next.
  2. Review the summary of your selections and click Install to begin the installation process.

4.5. Verifying Successful Installation  

  1. Wait for the installation process to complete.
  2. Once the installation is finished, you can access the RSAT tools from the Start menu by navigating to “Windows Administrative Tools”.

5. Installing RSAT Using PowerShell  

PowerShell provides a convenient way to install RSAT tools. You can either install all RSAT tools or specific tools based on your requirements.

5.1. Installing All RSAT Tools  

To install all RSAT tools using PowerShell, follow these steps:

  1. Open PowerShell with administrative privileges.
  2. Run the following command:

Get-WindowsCapability -Name RSAT*-Online |Add-WindowsCapability –Online

5.2. Installing Specific RSAT Tools  

To install specific RSAT tools using PowerShell, you need to know the appropriate tool names. Here’s an example of installing the Active Directory Domain Servers tool:

  1. Open PowerShell with administrative privileges.
  2. Run the following command:

Add-WindowsCapability -Online -Name Rsat.ActiveDirectory.DS-LDS.Tools~~~~0.0.1.0

6. Checking Installed RSAT Tools Using PowerShell  

To verify which RSAT tools are installed using PowerShell, use the following command:

Get-WindowsCapability -Name RSAT* -Online | Select-Object -Property DisplayName, State

This command will display a list of installed RSAT tools along with their respective states.

7. Conclusion  

Installing RSAT tools on Windows 10, Windows 11, and Windows Server is crucial for effective system administration. By following the step-by-step instructions in this guide, you can easily set up and manage various Windows features remotely. Whether you choose to use the graphical interface or PowerShell, RSAT tools provide essential capabilities for system administrators.

FAQs  

Q1. Which Windows versions support RSAT installation?

RSAT tools are supported on Windows Pro and Enterprise versions of Windows 10 and Windows 11.

Q2. Can RSAT tools be installed on Windows Home editions?

No, RSAT tools are not available for Windows Home editions.

Q3. Are RSAT tools available for free?

Yes, RSAT tools are available for free and can be installed from the Windows features or downloaded from Microsoft’s website.

Q4. Can I manage multiple servers using RSAT tools?

Yes, RSAT tools allow you to manage multiple servers remotely from a single administrative workstation.

Q5. Can RSAT tools be uninstalled if no longer needed?

Yes, RSAT tools can be uninstalled by following similar steps used for installation. Simply navigate to the respective features or roles section and remove the RSAT tools from the list of installed features.

Remember, installing RSAT tools provides you with the necessary tools to remotely manage key Windows features, making your system administration tasks more efficient and accessible.

Related posts
Azure Active DirectoryAzure AD Management

Azure AD Connect: Advanced filtering for synchronization

Azure Active DirectoryAzure AD Management

How to export Entra ID logs efficiently

Azure Active DirectoryAzure AD Management

Enable Azure AD Password Writeback: Step-by-step guide

Azure Active DirectoryAzure AD Management

Managing guest access safely with Microsoft Entra

×

There are over 8,500 people who are getting towards perfection in Active Directory, IT Management & Cyber security through our insights from Identitude.

Wanna be a part of our bimonthly curation of IAM knowledge?

  • -Select-
  • By clicking 'Become an insider', you agree to processing of personal data according to the Privacy Policy.