locked
unable to install RSAT for 1903 RRS feed

  • Question

  • i tried using the control panel to install RSAT but no go.

    someone suggested a PS script but gave an error:

    PS C:\intel> .\Install-RSATv1809v1903.ps1 -basic
    ..
    ..
    Adding Rsat.ActiveDirectory.DS-LDS.Tools~~~~0.0.1.0 to Windows
    Failed to add Rsat.ActiveDirectory.DS-LDS.Tools~~~~0.0.1.0 to Windows
    Add-WindowsCapability failed. Error code = 0x800f0954
    Adding Rsat.DHCP.Tools~~~~0.0.1.0 to Windows
    Failed to add Rsat.DHCP.Tools~~~~0.0.1.0 to Windows
    Add-WindowsCapability failed. Error code = 0x800f0954
    

    has anyone have any success in installing RSAT, at least ADUC, in Windows 10 1903?

    Thursday, July 11, 2019 2:12 PM

Answers

  • first, you need to download the ISO from MSDN. filename is

    en_windows_10_features_on_demand_part_1_version_1903_x64_dvd_1076e85a.iso

    then mount the iso (drive F: for me here) and do the following:

    1. PS C:\WINDOWS\system32> Get-WindowsCapability -online | ? Name -like Rsat* | Add-WindowsCapability -Online -Source f:
    2. PS C:\WINDOWS\system32> Get-WindowsCapability -online | ? Name -like Rsat* | FT

    the above commands need to be ran from an elevated PowerShell console. the first command installs the RSAT tool (all of them) and the second command checks if everything is showing as installed.

    • Marked as answer by Reno Mardo Sunday, July 14, 2019 11:12 AM
    Sunday, July 14, 2019 11:12 AM

All replies

  • Hi,

    If it is Windows 10 system, please note that:
    1. Remote Server Administration Tools for Windows 10 can be installed ONLY on computers that are running the full release of Windows 10 Professional, Windows 10 Enterprise, or Windows 10 Education.
    2. Remote Server Administration Tools cannot be installed on Windows RT, computers with an Advanced RISC Machine (ARM) architecture, or other system-on-chip devices.

    Besides, please note that:
    1. To install specific RSAT tools on Windows 10 October 2018 Update or later
    RSAT is included as a set of "Features on Demand" right from Windows 10. Do not download an RSAT package from web page. Instead, just go to "Manage optional features" in Settings and click "Add a feature" to see the list of available RSAT tools.

    2. To install RSAT for Windows 10 (prior to the October 2018 Update)
    Download the Remote Server Administration Tools for Windows 10 package from below link that is appropriate for your computer's architecture and manually install it:
    https://www.microsoft.com/en-us/download/details.aspx?id=45520

    Best Regards,
    Eve Wang

    Please remember to mark the replies as answers if they help.
    If you have feedback for TechNet Subscriber Support, contact tnmff@microsoft.com.

    Friday, July 12, 2019 7:12 AM
  • what do you mean "full release" of Win10 Pro? the iso was downloaded from MS site.

    to be able to select RSAT tools from "Manage Optional Features", one must first install it (or enable it, whatever) THEN select it from "Manage Optional Features". without doing the first step, it won't appear in "Manage Optional Features".

    Sunday, July 14, 2019 9:02 AM
  • using the script from

    https://gallery.technet.microsoft.com/Install-RSAT-for-Windows-75f5f92f

    here is what happened

    i waited for the script to finish and all features failed.

    Sunday, July 14, 2019 9:06 AM
  • answering my own question, i think i found a solution here

    http://sccm.ie/how-to/94-how-to-guide-guide-rsat-windows-10-1903-offline-fod-sccm-mdt-osd

    i'm following the steps now and will get back with a feedback.

    note: it seems as we move forward in time, Windows is moving back. RSAT should be easy to install by now!

    Sunday, July 14, 2019 9:41 AM
  • first, you need to download the ISO from MSDN. filename is

    en_windows_10_features_on_demand_part_1_version_1903_x64_dvd_1076e85a.iso

    then mount the iso (drive F: for me here) and do the following:

    1. PS C:\WINDOWS\system32> Get-WindowsCapability -online | ? Name -like Rsat* | Add-WindowsCapability -Online -Source f:
    2. PS C:\WINDOWS\system32> Get-WindowsCapability -online | ? Name -like Rsat* | FT

    the above commands need to be ran from an elevated PowerShell console. the first command installs the RSAT tool (all of them) and the second command checks if everything is showing as installed.

    • Marked as answer by Reno Mardo Sunday, July 14, 2019 11:12 AM
    Sunday, July 14, 2019 11:12 AM
  • Hi,

    Thank you for taking the time to share details. Your share might be helpful for other people who has similar problem. 
     
    If there is anything else we can do for you, please feel free to post on the forum.

    Best Regards,
    Eve Wang

    Please remember to mark the replies as answers if they help.
    If you have feedback for TechNet Subscriber Support, contact tnmff@microsoft.com.

    Monday, July 15, 2019 6:32 AM
  • bit of drag for those of us not msdn subscribers. what are we supposed to do ???

    how could MS have screwed Rsat so badly ??


    • Edited by drave Wednesday, August 7, 2019 4:32 PM
    Wednesday, August 7, 2019 4:29 PM
  • I had the same issue. I had to disable 'UseWUServer' in the regedit.

    Step 1 : Open Regedit, GOTO:

    Computer\HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate\AU

    Put UsewWUServer to : '0'

    Step 2 : Go to services.msc and restart the windows update service

    Step 3 : run the command.


    • Edited by Tyler.Durdenn Monday, November 18, 2019 2:46 PM
    • Proposed as answer by Jeoffb Monday, December 23, 2019 2:53 PM
    Monday, November 18, 2019 2:45 PM
  • Jesus Christ, Microsoft. If there was an alternative product Microsoft would be bankrupt by now. Sadly their monopoly keeps them afloat. 

    Thank god for this man and highlighting the reg value. 

    Thursday, November 28, 2019 10:35 AM
  • "note: it seems as we move forward in time, Windows is moving back. RSAT should be easy to install by now!"

    Agreed, it's almost like they want people to stop using their software by adding as many barriers as possible.

    Thursday, November 28, 2019 10:36 AM
  • first, you need to download the ISO from MSDN. filename is

    en_windows_10_features_on_demand_part_1_version_1903_x64_dvd_1076e85a.iso

    then mount the iso (drive F: for me here) and do the following:

    1. PS C:\WINDOWS\system32> Get-WindowsCapability -online | ? Name -like Rsat* | Add-WindowsCapability -Online -Source f:
    2. PS C:\WINDOWS\system32> Get-WindowsCapability -online | ? Name -like Rsat* | FT

    the above commands need to be ran from an elevated PowerShell console. the first command installs the RSAT tool (all of them) and the second command checks if everything is showing as installed.


    Just an idea. But can you please provide a link to MSDN to download this file as doing a search for the filename does not provide any viable matches safe enough to chance.

    "From ignorance, show me truth! From darkness, show me light! From loss, show me acceptance! Leave yesterday, yesterday! Live tomorrow, tomorrow! Enjoy today, today!" ~ Donald Lovejoy

    Tuesday, December 3, 2019 3:45 PM
  • If you have a Volume Licensing Service Center login - once logged in go to Downloads and Keys and in the search box type in Features on Demand - the list should return the ISOs you need and can be downloaded from there
    • Edited by dfgfdgadf Tuesday, December 3, 2019 9:59 PM
    Tuesday, December 3, 2019 9:57 PM
  • search "en_windows_10_features_on_demand_part_1_version_1903_x64_dvd_1076e85a.iso" in Google open Directory search and you'll find it.
    • Edited by TheGooch27 Wednesday, December 4, 2019 4:39 PM
    Wednesday, December 4, 2019 4:39 PM
  • The OP is not installing RSAT from the downloadable installer he is running the technet script which installs the Windows Optional components. 

    The issue is this is not working.  I am having the same problem, cant install any RSAT components in 1903

    Monday, December 9, 2019 3:14 AM
  • This worked for me!
    Tuesday, December 10, 2019 1:38 PM
  • This worked for me, Thanks!!
    Monday, December 23, 2019 2:53 PM
  • I had the same issue. I had to disable 'UseWUServer' in the regedit.

    Step 1 : Open Regedit, GOTO:

    Computer\HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate\AU

    Put UsewWUServer to : '0'

    Step 2 : Go to services.msc and restart the windows update service

    Step 3 : run the command.


    I know it's been a while, but THANK YOU.  This is the answer I was looking for.  Drove me crazy.
    Monday, July 13, 2020 9:23 PM