Close Menu
Altcoinvest
    What's Hot

    XRP Price Holds ‘Best Accumulation Zone’as Whales Pull $170M From Binance

    May 25, 2026

    Schiff: Investors Will Buy Tokenized Gold Instead of Crypto

    May 25, 2026

    Coinbase CEO Calls for Eight Major Upgrades to the Global Financial System

    May 25, 2026
    Facebook X (Twitter) Instagram
    Altcoinvest
    • Bitcoin
    • Altcoins
    • Exchanges
    • Youtube
    • Crypto Wallets
    • Learn Crypto
    • bitcoinBitcoin(BTC)$77,079.000.56%
    • ethereumEthereum(ETH)$2,104.110.81%
    • tetherTether(USDT)$1.000.03%
    • binancecoinBNB(BNB)$660.481.10%
    • rippleXRP(XRP)$1.350.18%
    • usd-coinUSDC(USDC)$1.000.00%
    • solanaSolana(SOL)$84.73-0.08%
    • tronTRON(TRX)$0.3712941.77%
    • Figure HelocFigure Heloc(FIGR_HELOC)$1.030.00%
    • dogecoinDogecoin(DOGE)$0.1017210.21%
    Altcoinvest
    Home»Exchange»How to Install RSAT Tools on Windows 11
    How to Install RSAT Tools on Windows 11
    Exchange

    How to Install RSAT Tools on Windows 11

    March 20, 2025
    Share
    Facebook Twitter LinkedIn Pinterest Email

    You want to manage Active Directory on your Windows 11 machine. With RSAT Tools, you can manage Active Directory, DNS, DHCP, and other Windows features. In this article, you will learn how to install RSAT Tools on Windows 11 using the GUI and PowerShell.

    To install RSAT Tools on Windows 11 using the Graphical User Interface, follow these steps:

    1. Click on the Start button
    2. Search for optional features
    3. Click the optional features icon
    Install RSAT Tools on Windows 11 optional featuresInstall RSAT Tools on Windows 11 optional features
    1. Click View features
    Install RSAT Tools on Windows 11 view featuresInstall RSAT Tools on Windows 11 view features
    1. Search for rsat
    2. Select the RSAT Tools you want to install
    3. Click Next

    In our example, we will install RSAT: Active Directory Domain Services and Lightweight Directory Services Tools.

    Install RSAT Tools on Windows 11 install AD DS Lightweight Directory Services ToolsInstall RSAT Tools on Windows 11 install AD DS Lightweight Directory Services Tools
    1. The installation starts adding the RSAT Tools on the Windows 11 computer
    Adding the RSAT ToolsAdding the RSAT Tools
    1. Verify that it succeeded in installing and it shows Added
    RSAT Tools addedRSAT Tools added
    1. Scroll down and verify that the RSAT Tools are installed
    Verify RSAT Tools installedVerify RSAT Tools installed
    1. Click on the Start button
    2. Search for tools
    3. Select the Windows Tools icon
    Install RSAT Tools on Windows 11 search for Windows ToolsInstall RSAT Tools on Windows 11 search for Windows Tools
    1. RSAT Tools are available, which you can start using
    Windows ToolsWindows Tools

    To install RSAT Tools on Windows 11 using PowerShell, follow the steps below:

    1. Run PowerShell as administrator
    2. Run the command below to check which RSAT Tools are installed on the computer
    Get-WindowsCapability -Name RSAT* -Online | Select-Object -Property Name, DisplayName, State

    The output appears.

    Name                                                     DisplayName                                                                          State
    ----                                                     -----------                                                                          -----
    Rsat.ActiveDirectory.DS-LDS.Tools~~~~0.0.1.0             RSAT: Active Directory Domain Services and Lightweight Directory Services Tools  Installed
    Rsat.AzureStack.HCI.Management.Tools~~~~0.0.1.0          RSAT: PowerShell module for Azure Stack HCI                                     NotPresent
    Rsat.BitLocker.Recovery.Tools~~~~0.0.1.0                 RSAT: BitLocker Drive Encryption Administration Utilities                       NotPresent
    Rsat.CertificateServices.Tools~~~~0.0.1.0                RSAT: Active Directory Certificate Services Tools                               NotPresent
    Rsat.DHCP.Tools~~~~0.0.1.0                               RSAT: DHCP Server Tools                                                         NotPresent
    Rsat.Dns.Tools~~~~0.0.1.0                                RSAT: DNS Server Tools                                                          NotPresent
    Rsat.FailoverCluster.Management.Tools~~~~0.0.1.0         RSAT: Failover Clustering Tools                                                 NotPresent
    Rsat.FileServices.Tools~~~~0.0.1.0                       RSAT: File Services Tools                                                       NotPresent
    Rsat.GroupPolicy.Management.Tools~~~~0.0.1.0             RSAT: Group Policy Management Tools                                             NotPresent
    Rsat.IPAM.Client.Tools~~~~0.0.1.0                        RSAT: IP Address Management (IPAM) Client                                       NotPresent
    Rsat.LLDP.Tools~~~~0.0.1.0                               RSAT: Data Center Bridging LLDP Tools                                           NotPresent
    Rsat.NetworkController.Tools~~~~0.0.1.0                  RSAT: Network Controller Management Tools                                       NotPresent
    Rsat.NetworkLoadBalancing.Tools~~~~0.0.1.0               RSAT: Network Load Balancing Tools                                              NotPresent
    Rsat.RemoteAccess.Management.Tools~~~~0.0.1.0            RSAT: Remote Access Management Tools                                            NotPresent
    Rsat.RemoteDesktop.Services.Tools~~~~0.0.1.0             RSAT: Remote Desktop Services Tools                                             NotPresent
    Rsat.ServerManager.Tools~~~~0.0.1.0                      RSAT: Server Manager                                                             Installed
    Rsat.StorageMigrationService.Management.Tools~~~~0.0.1.0 RSAT: Storage Migration Service Management Tools                                NotPresent
    Rsat.StorageReplica.Tools~~~~0.0.1.0                     RSAT: Storage Replica Module for Windows PowerShell                             NotPresent
    Rsat.SystemInsights.Management.Tools~~~~0.0.1.0          RSAT: System Insights Module for Windows PowerShell                             NotPresent
    Rsat.VolumeActivation.Tools~~~~0.0.1.0                   RSAT: Volume Activation Tools                                                   NotPresent
    Rsat.WSUS.Tools~~~~0.0.1.0                               RSAT: Windows Server Update Services Tools                                      NotPresent
    1. Add a specific RSAT Tools, which you can choose from the Name list above

    In this example, we will install Rsat.ActiveDirectory.DS-LDS.Tools~~~~0.0.1.0.

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

    That’s it!

    Read more: Install Windows 11 on Virtual Machine »

    Conclusion

    You learned how to install RSAT Tools on Windows 11. It’s an excellent way to manage Windows Server from your Windows 11 computer without having to remote into the Windows Server each time. Remember to join the computer to the Domain before or after installing RSAT Tools. Otherwise, the features will not be available.

    Did you enjoy this article? You may also like Turn off Windows Defender in Windows 11 permanently. Don’t forget to follow us and share this article.

    Share. Facebook Twitter Pinterest LinkedIn Tumblr Email

    Related Posts

    How to Block Access for High-Risk AI Agents

    May 19, 2026

    Exchange Unattended Install Script [Update]

    May 7, 2026

    Conditional Access Policy Maximum Limit Explained

    May 7, 2026

    Deploy dummy OU structure and Exchange mailboxes in Active Directory

    May 1, 2026
    Add A Comment

    Comments are closed.

    Tweets by InfoAltcoinvest

    Top Posts

    How to Block Access for High-Risk AI Agents

    May 19, 2026

    Exchange Unattended Install Script [Update]

    May 7, 2026

    Conditional Access Policy Maximum Limit Explained

    May 7, 2026

    How To Make $100/day Trading Crypto as A Beginner (With Actual Examples)

    May 5, 2025

    PAO TECH Launches JPYC DeFi Ecosystem on Morpho

    November 28, 2025

    Make-or-Break BTC Charts to Watch in 2026

    December 31, 2025

    Slow Rug? Trump-Linked World Liberty Accused Of Value Extraction

    January 20, 2026

    Altcoinvest is a leading platform dedicated to providing the latest news and insights on the dynamic world of cryptocurrencies.

    We're social. Connect with us:

    Facebook X (Twitter)
    Top Insights

    XRP Price Holds ‘Best Accumulation Zone’as Whales Pull $170M From Binance

    May 25, 2026

    Schiff: Investors Will Buy Tokenized Gold Instead of Crypto

    May 25, 2026

    Coinbase CEO Calls for Eight Major Upgrades to the Global Financial System

    May 25, 2026
    Get Informed

    Subscribe to Updates

    Get the latest creative news from FooBar about art, design and business.


    Facebook X (Twitter)
    • Home
    • About us
    • Contact Us
    • Privacy Policy
    • Terms & Conditions
    © 2026 altcoinvest.com

    Type above and press Enter to search. Press Esc to cancel.