Just tried a few things again this morning. The error has returned.
Issue installing RSAT features onto server 2022
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.
7 answers
Sort by: Most helpful
-
Anonymous
2023-11-29T00:03:33+00:00 -
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
-
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.
-
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