RSAT Tool Installation W10 20H2

Boopathi S 3,386 Reputation points
2021-02-12T11:11:34.387+00:00

Hi,

Below are the present settings

67446-1.jpg

I am trying to install RSAT tool using the below command.
Get-WindowsCapability -Online -Name RSAT* | Add-WindowsCapability -Online

But getting the below message
VERBOSE: Adding Rsat.ActiveDirectory.DS-LDS.Tools~~~~0.0.1.0 to Windows
WARNING: Failed to add Rsat.ActiveDirectory.DS-LDS.Tools~~~~0.0.1.0 to Windows
WARNING: Add-WindowsCapability failed. Error code = 0x800f0950
VERBOSE: Adding Rsat.BitLocker.Recovery.Tools~~~~0.0.1.0 to Windows
67327-2.jpg

Please help to solve the issue

Windows 10
Windows 10
A Microsoft operating system that runs on personal computers and tablets.
11,469 questions
Windows
Windows
A family of Microsoft operating systems that run across personal computers, tablets, laptops, phones, internet of things devices, self-contained mixed reality headsets, large collaboration screens, and other devices.
5,310 questions
0 comments No comments
{count} votes

Accepted answer
  1. Jenny Yan-MSFT 9,336 Reputation points
    2021-02-15T02:05:18.333+00:00

    Hi,
    1.Kindly confirm the OS type of your windows 10 20H2, home or enterprise? One article below mentioned RSAT only works for enterprise or professional.

    2.Have you tried with GUI deployment of RSAT or try the DISM command instructed in below article?
    Install RSAT Tools on Windows 10 version 1809 and later
    https://www.prajwaldesai.com/install-rsat-tools-on-windows-10-version-1809/

    3.Normally error code 0x800f0950 refers to "not enough sources to install something" and was often related to .net frameword 3.5.

    4.Per searching, there is a script shared in the internet to install RSAT into Windows 10 20H2
    Deploy RSAT (Remote Server Administration Tools) for Windows 10 v20H2 using ConfigMgr and PowerShell
    https://www.imab.dk/deploy-rsat-remote-server-administration-tools-for-windows-10-v20h2-using-configmgr-and-powershell/

    Please note: Information posted in the given link is hosted by a third party. Microsoft does not guarantee the accuracy and effectiveness of information.


    Hope this helps and please help to accept as Answer if the response is useful.

    Thanks,
    Jenny


1 additional answer

Sort by: Most helpful
  1. DonPick 1,261 Reputation points
    2021-02-12T13:32:05.183+00:00

    check DISM.log and CBS.log to look for the cause of that error 0x800f0950

    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.