Installing the standard graphical management tools for your Active Directory

Note

The RSAT are remote administration tools for managing Windows operating systems.

The remote server administration tools allow to use all MMC consoles available for Microsoft Active Directory with a Samba-AD.

RSAT tools can only be installed on Professional Editions of Windows.

Tranquil IT - OpenRSAT


Presentation:

The OpenRSAT is a tool made by Tranquil IT to provide a free, open-source and cross-platform alternative to Microsoft RSAT.

Designed as a lightweight alternative to Microsoft’s RSAT (Remote Server Administration Tools), OpenRSAT offers a modern, cross-platform graphical interface.

This tool is still in developement to provide all the missing feature from Microsoft RSAT tools.


Features:

  • Complete management of domain users, groups, and computers.

  • Creation, deletion, and modification of entries.

  • Viewing object properties (with pages adapted to the object type).

  • Password reset.

  • Moving entries in the AD directory.

Global presentation of the OpenRSAT

OpenRSAT - Overview

OpenRSAT - Overview

An example of user management using OpenRSAT

OpenRSAT-ADUC

OpenRSAT - ADUC Presentation


Dark Mode On OpenRSAT

The OpenRSAT console features an elegant and modern dark mode, designed to provide a comfortable viewing experience, especially in prolonged or low-light working environments. This mode is automatically synchronised with the user’s system preferences, ensuring seamless integration with their working environment. If you wish to switch modes, you will need to restart the console.

Benefits of dark mode:

  • Reduces eye fatigue during prolonged use.

  • Better legibility in low-light environments.

  • Modern, uncluttered interface tailored to administrator preferences.

Here are some examples of capture using different OS:

Linux-Dark_ADUC

Linux - Dark ADUC


Download and Installation OpenRSAT Guide

The OpenRSAT can be installed and use on a variety of linux systems.

You can download the latest release on our github page just here: https://github.com/tranquilit/openrsat/releases/latest.

Open the assets section, and download the OpenRSAT-linux-x64 binary.


Microsoft - RSAT

On Windows 7

  • From a Windows 7 workstation download the Remote Server Administration Tools alias RSAT for Windows 7.

  • Install the downloaded KB. The installation of the KB is very long (about 10 minutes). Once installed, go to Start -> Control Panel -> Programs -> Enable or disable Windows features to use RSAT.

On Windows 10

Version prior to 1809

  • From a Windows 10 workstation download the Remote Server Administration Tools alias RSAT for Windows 10.

    Attention

    Here, a small peculiarity because you have to install the KB corresponding to your version of Windows10. To know it, run the command winver.

  • Install the downloaded KB. The installation of the KB is very long (about 10 minutes). Once the KB is installed, go to Start –> Control Panel –> Programs –> Enable or disable Windows features.

Version after 1809

The RSAT tools on Windows10 Pro 1809 are no longer installed in KB but with the Powershell command line as they have become optional features (Feature on Demand).

Get-WindowsCapability -Online | ? Name -like 'RSAT*'|Where {$_.State -eq 'NotPresent'} |foreach {Add-WindowsCapability -online -name $_.Name}
  • To activate the RSAT tools, check the following features:

    • Remote Server Administration Tools -> Feature Administration Tools-> Group Policy Management Tools.

    • Remote Server Administration Tools -> Role Administration Tools-> AD DS and AD LDS Tools -> check all.

    • :me,uselection:Remote Server Administration Tools -> Role Administration Tools -> AD DS Tools -> Check all except Server Tools for NIS.

    • Remote Server Administration Tools -> Role Administration Tools -> DNS Server Tools.

    Attention

    If you have configured your Samba-AD server with the RFC2307 option, or you have upgraded from Samba3-NT4 to Samba-AD, then you have to manage the linux UID / GID of the users, so activate in addition the NIS options:

    • Remote Server Administration Tools -> Role Administration Tools -> AD DS and AD LDS Tools -> AD DS Tools -> Server Tools for NIS.

    Windows function panels

    Windows function panels

Accessing the RSAT console

The MMC consoles can be found in Control Panel -> System and Security -> Administrative Tools.