Complete Ways to Manage Windows 11 with RSAT

Advertisement

Remote Server Administration Tools (RSAT) is a set of tools created by Microsoft to assist IT administrators in managing Windows servers remotely. This tool allows the management of Windows Server servers and features such as DNS, Active Directory, and other services through a graphical interface (GUI) or PowerShell-based commands.

Advertisement

RSAT is crucial in server management, especially for small to large organizations. With this tool, administrators can handle a variety of critical tasks such as server configuration, performance monitoring, and troubleshooting without accessing the server directly.

Some of RSAT’s key advantages are:

Advertisement
  • Allows server management from anywhere by connecting to a Windows 10 or 11 device.
  • Reduce the need to go to a server location and speed up the completion of administrative tasks.
  • Full support for PowerShell allows administrators to create scripts to automate repetitive tasks, thereby increasing productivity.

What is RSAT?

With RSAT, administrators can perform a variety of tasks without having to be at the server location, which is especially useful in environments with multiple servers or when using cloud infrastructure. The tool includes GUI apps, PowerShell commands, and Windows console apps, providing ease of system management.

RSAT is critical to managing Windows 11, especially for organizations that rely on Windows servers for their operations. With RSAT, administrators can manage various Windows Server features such as Active Directory, DNS, and Internet Information Services (IIS) more efficiently. The ability to access and manage servers remotely reduces the need for physical travel to the server location, saving time and resources.

Advertisement

Key Features Provided by RSAT

1. GUI Application

RSAT offers a variety of GUI applications that allow administrators to perform administrative tasks with an easy-to-understand interface. An example is Active Directory Users and Computers, which makes it easy to manage users and groups within Active Directory.

2. PowerShell Commands

The tool also comes with a PowerShell module that provides cmdlets to automate and execute administrative commands. For example, cmdlets such as Get-DnsServerZone allow administrators to get information about the DNS zones on the server.

3. Console App

In addition to the GUI and PowerShell, RSAT also includes a console application that can be used to execute administrative commands directly through the command line. This provides additional flexibility for users who prefer to use the terminal.

How to Install RSAT on Windows 11

Method 1: Using the Settings App

1. Steps to Use the Settings App

To install Remote Server Administration Tools (RSAT) in Windows 11 via the Settings app, follow these steps:

  1. Click the Start menu on the Windows 11 taskbar, or press the Windows key + I to open the Settings app.
  2. In the left panel, select System.
  3. Click the Optional features button to open the menu of additional features.

2. Optional Feature Menu Display

After clicking Optional features, you will see a display showing all the additional features that can be installed. This menu provides information about existing features and other downloadable options.

rsat features

3. Guide to Finding and Adding RSAT Tools

To make it easier to search for the RSAT tool, you can type “RSAT” in the search field in the Optional features menu. It will display all the RSAT tools that can be installed, including various components such as DNS Server Tools and Active Directory Tools.

4. Installation Process and Confirmation of Additional Features

Once you’ve found the RSAT tool you want to add:

  1. Check the box next to the tool you want to install.
  2. Click the Next button to continue.
  3. You’ll see a confirmation about the features you’re adding. For example, if you select DNS Server Tools, the confirmation display will show the tool.
  4. Click Install to start the installation process.
  5. Windows will download and install the selected feature, and when it’s finished, you’ll receive a notification that the installation was successful.

Method 2: Using PowerShell

1. View Available Features with Get-WindowsCapability

To find out the RSAT features that are present in Windows 11, use the following PowerShell commands:

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

This command will show you a list of all the available RSAT features along with their installation status (whether installed or not).

2. Adding RSAT Feature with Add-WindowsCapability

After knowing the existing features, you can add the desired RSAT feature with this command:

Add-WindowsCapability -Online -Name <feature_name>

Replace <feature_name> with the name of the feature you want to install. For example, to install Active Directory Domain Services Tools, use:

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

3. Example of Using PowerShell for Installation of Storage Management Features

If you want to add the Storage Management feature via PowerShell, use the following command:

Add-WindowsCapability -Online -Name Rsat.Storage.Management~~~~0.0.1.0

This command will download and install the storage management tool from RSAT, so you can manage your storage more efficiently.

RSAT Optional Features List

1. RSAT: Active Directory Domain Services and Lightweight Directory Tools

Used to manage Active Directory (AD) such as creating, deleting, or modifying users, groups, and organizations.

2. RSAT: DHCP Server Tools

It is used to manage the DHCP (Dynamic Host Configuration Protocol) service which is in charge of dynamically assigning IP addresses to network devices.

3. RSAT: DNS Server Tools

Used to manage DNS (Domain Name System) server configurations, such as adding or modifying DNS zones and records.

4. RSAT: File Services Tools

This tool is used to manage file sharing and storage services, including file system configuration.

5. RSAT: Group Policy Management Tools

Used to manage Group Policy Objects (GPO) which controls policies across Active Directory domains.

6. RSAT: Hyper-V Tools

Tools for managing virtual machines that run using Hyper-V. Allows remote configuration and management of VMs (Virtual Machines).

7. RSAT: IP Address Management (IPAM) Client

It is used to manage IP addresses on the network through the IPAM Server. Simplify monitoring and management of IP address allocation within large networks.

8. RSAT: Network Policy and Access Services Tools

Tools for managing network access settings, such as VPN and Network Policy Server (NPS) configurations.

9. RSAT: Remote Access Management Tools

Used to manage remote access features such as DirectAccess and VPN. Provides monitoring and configuration capabilities via GUI or PowerShell.

10. RSAT: Server Manager

Tools to centrally monitor and manage servers, including monitoring the status of running servers and services. Integrated with Server Manager GUI.

11. RSAT: Storage Replica Tools

It is used to manage storage replication on Windows servers, which is useful for disaster recovery and data synchronization.

12. RSAT: Volume Activation Tools

Tools for managing volume activation on the server, such as KMS (Key Management Service) management and automatic activation configuration.

13. RSAT: Windows Server Update Services Tools (WSUS)

Used to manage software updates via WSUS. Supports the distribution of updates to clients within the network centrally.

14. RSAT: Print Management Tools

A tool for managing printers and print servers in a network. Includes features such as Print Management Console for printer configuration.

15. RSAT: Failover Clustering Tools

Used to manage failover clusters on Windows servers, including service redundancy settings to keep running in the event of a primary server failure.

16. RSAT: BitLocker Drive Encryption Tools

Tools to manage disk encryption using BitLocker on corporate networks.

17. RSAT: Windows Defender Application Guard Tools

Used to manage security-based application isolation settings using Windows Defender Application Guard.

18. RSAT: Certificate Services Tools

Tools for managing certificate services on a network, such as configuring and issuing security certificates for clients and servers.

Keeping RSAT Updated

Regular updates via Windows Update are essential to keep Remote Server Administration Tools (RSAT) functioning properly. Microsoft regularly releases updates that not only fix bugs and security issues but also add new features and improve the performance of existing tools. By ensuring RSAT is always up to date, administrators can take advantage of all the latest improvements, keep systems secure, and ensure compatibility with the latest versions of Windows Server and Windows 11.

How to Keep All RSAT Features in the Best Condition

To keep all RSAT features in the best condition, administrators can perform the following steps:

  • Make sure the auto-update setting in Windows 11 is enabled. This allows the system to automatically download and install available updates.
  • Administrators should regularly check for updates by going to Settings >  Windows Update and clicking the Check for updates button. This ensures no updates are missed.
  • You can use PowerShell to check the installation status of the RSAT feature with the command:
Get-WindowsCapability -Name RSAT* -Online | Select-Object -Property DisplayName, State

Latest Articles