Forums on Intune, SCCM, and Windows 11

Welcome to the forums. Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your topics and posts, as well as connect with other members through your own private inbox!

SOLVED RSAT - Trouble Installing

  • Thread starter Thread starter marksimmer
  • Start date Start date
  • Replies Replies 1
  • Views Views 5K
Status
Not open for further replies.

marksimmer

Member
Messages
11
Solutions
1
Reaction score
3
Points
3
Through the normal methods (optional features Add) and through the powershell commands, I am unable to install RSAT on Win11 23H2
Get-WindowsCapability -Name RSAT* -Online | Select-Object -Property Name, State - Nothing is present

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

Any suggestions?
 
Solution
Through the normal methods (optional features Add) and through the powershell commands, I am unable to install RSAT on Win11 23H2
Get-WindowsCapability -Name RSAT* -Online | Select-Object -Property Name, State - Nothing is present

Add-WindowsCapability -Online -Name "Rsat.ActiveDirectory.DS-LDS.Tools~~~~0.0.1.0" - Errors
View attachment 6787

Any suggestions?
Through perseverance and MUCH effort, here is the solution that worked for me:

After going through all the solutions without success I finally found the working one as described here:

Windows 11 23H2 RSAT Install Failing Error code = 0x800f0950 - Microsoft Community

## ********************************************************* ##

FIX



Download Windows 11 languages and...
Through the normal methods (optional features Add) and through the powershell commands, I am unable to install RSAT on Win11 23H2
Get-WindowsCapability -Name RSAT* -Online | Select-Object -Property Name, State - Nothing is present

Add-WindowsCapability -Online -Name "Rsat.ActiveDirectory.DS-LDS.Tools~~~~0.0.1.0" - Errors
View attachment 6787

Any suggestions?
Through perseverance and MUCH effort, here is the solution that worked for me:

After going through all the solutions without success I finally found the working one as described here:

Windows 11 23H2 RSAT Install Failing Error code = 0x800f0950 - Microsoft Community

## ********************************************************* ##

FIX



Download Windows 11 languages and optional features x64 dvd

https://learn.microsoft.com/en-us/azure/virtual-desktop/windows-11-language-packs



# mul_windows_11_languages_and_optional_features_x64_dvd_dbe9044b.iso

Get-WindowsCapability -Name RSAT* -Online -Source "E:\LanguagesAndOptionalFeatures" | Select-Object -Property DisplayName, State



Get-WindowsCapability -Name RSAT* -Online -Source "E:\LanguagesAndOptionalFeatures" | Add-WindowsCapability -Online -Source "E:\LanguagesAndOptionalFeatures" -ErrorAction SilentlyContinue
 
Solution
Status
Not open for further replies.

Forum statistics

Threads
7,031
Messages
27,504
Members
17,689
Latest member
Invincy
Back
Top