Issue installing RSAT features onto server 2022

Anonymous
2023-11-28T18:29:14+00:00

Good day all.

Operating system is Version server 2022 datacenter edition version: 10.0.20348 Build 20348

I have an issue with installing any RSAT packages onto a system using power shell. Following several sites regarding how to do this (including microsoft learn), all I get is the below screen. It does show a green screen showing its installing, however RSAT DNS still does not appear in server manager. Please help.

If I were install install the packages via the GUI, there is no problem at all.

Previously I got a error 0x800f0922. Another forum suggested install .net 3.5, which I did with no success. So I uninstalled it to get it back to the state it was in before. Since then I have not been able to replicate the error.

It was also suggested to clear the temp files in the windows folder. With no success.

Is anyone able to assist in this matter. FYI, this is a system I am setting up for home which is not in deployment right now so no problem if I have to completely rebuild.

Windows for business | Windows Server | User experience | PowerShell

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question. To protect privacy, user profiles for migrated questions are anonymized.

0 comments No comments
{count} votes

7 answers

Sort by: Most helpful
  1. Anonymous
    2023-11-29T00:03:33+00:00

    Just tried a few things again this morning. The error has returned.

    0 comments No comments
  2. Anonymous
    2023-11-29T06:04:45+00:00

    Hi,

    The error code 0x800f0922 means the error CBS_E_INSTALLERS_FAILED. According to the document below, this issue can occur if there are more than 65,000 files in the Windows Temp directory. Please clear the Windows Temp folder C:\Windows\Temp and then try again.

    Error 0x800f0922 when you uninstall roles - Windows Server | Microsoft Learn

    0 comments No comments
  3. Anonymous
    2023-11-29T07:50:52+00:00

    Thanks for the help.

    I had already run through this tutorial and nothing changes.

    On a side note this doesn't seem to be isolated to a single computer. Out of stuffing around some more I decided to try on a VM as well resulting in the same symptoms.

    0 comments No comments
  4. Anonymous
    2023-11-29T11:12:03+00:00

    From what I can gather, powershell is not even capable of picking up the list of RSAT modules. Probably explaining why it can't install them. this is what happens when I press enter after the command.

    0 comments No comments
  5. Anonymous
    2023-12-01T03:38:49+00:00

    Sorry I didn't notice it was a Windows Server. You can install the RSAT-DNS-Server using the Install-WindowsFeature cmdlet.

     Install-WindowsFeature -Name RSAT-DNS-Server
    
    2 people found this answer helpful.
    0 comments No comments