Adding RSAT (Remote Server Administration Tools) on Optional Features in Windows 10 IoT Enterprise LTSC?

Wajd Mariam 20 Reputation points
2025-05-23T20:50:44.99+00:00

Hello!

I am attempting to add Active Directory tool using "RSAT (Remote Server Administration Tools for Windows 10)" on a PC running Windows 10 IoT Enterprise LTSC.

When I try to add it through "Add on optional feature", it says "Couldn't Add" only, no error log, and no additional details. I also tried adding a random optional feature, and it didn't work as well, it threw the same "Couldn't Add" error.

What could potentially cause this problem? Is there any workaround this problem? Any alternative solutions for Active Directory on this PC running this OS? The Windows 10 IoT Enterprise LTSC?

Thanks in advance for the help!

Windows for business | Windows for IoT
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Hoang Phan0701 75 Reputation points Independent Advisor
    2025-08-06T15:49:34.06+00:00

    Dear Wajd Mariam,

    My name is Hoang Phan, and I understand that you are having some query concern related to downloading RSAT on a PC running Windows 10 IoT Enterprise LTSC.

    Could you please try running the following commands to install specific RSAT tools?

    You can refer to this guide for more details: Install RSAT on Windows 10

    Step 1: List all available RSAT tools

    • Open PowerShell as Administrator and run: Get-WindowsCapability -Name RSAT -Online*
    • This will display all available RSAT components and their installation status.

    Step 2: Install a specific RSAT tool

    • Use the following command to install the RSAT tool you need: Add-WindowsCapability -Online -Name "<tool name>"
    • Example: To install Active Directory tools: Add-WindowsCapability -Online -Name "Rsat.ActiveDirectory.DS-LDS.Tools~~~~0.0.1.0"

    If the installation fails, please check the System and Application event logs in Event Viewer. Filter for Errors or Warnings around the time the issue occurred to identify potential causes.

    Also, ensure that your system is fully updated with the latest Windows patches.

    I hope this information proves helpful. Please don’t hesitate to reach out if you need further clarification—I’ll be happy to assist 🙂


    If the above response helps answer your question, remember to "Accept Answer" so that others in the community facing similar issues can easily find the solution. Your contribution is highly appreciated.

    Best regards,

    Hoang Phan

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.