[SOLVED] Windows Server 2022 can't install RemoteAccess

kaikai

Active member
Joined
Jun 2, 2024
Posts
28
I have Windows Server 2022 standard installed. I need to add Windows feature "RemoteAccess". I have tried installing it both from "Add Roles and Features Wizard" and through Powershell: "Install-Windows-Feature RemoteAccess". And both failed with error message saying missing assembly.

I follow the step on the link and use the Farbar Recovery Scan Tool to scan the system.
[SOLVED] - Windows Server 2019 can't install RemoteAccess - missing assembly
i use KB4598230 to search it.
The file is the search result.

Can I get any help? thank you
 

Attachments

I have Windows Server 2022 standard installed. I need to add Windows feature "RemoteAccess". I have tried installing it both from "Add Roles and Features Wizard" and through Powershell: "Install-Windows-Feature RemoteAccess". And both failed with error message saying missing assembly.
I follow the step on the link and use the Farbar Recovery Scan Tool to scan the system.
[SOLVED] - Windows Server 2019 can't install RemoteAccess - missing assembly
i use KB4598230 to search it.
The file is the search result.

Can I get any help? What should I pay attention to? thank you
 

Attachments

Hi Maxstar,
Nice to hear from you and Sorry about the duplicate threads.
For the install fail about "RemoteAccess". I have two devices experiencing the same issue.
So I follow the step and provided the files for two device. ( RTIS51 and RTIS52)
Can you check these two devices for me and help me solve the problem? 
thank you so much
 

Attachments

Hi,

Run the following command on RTIS51 in an elevated prompt and attach services.txt to your next post.
Code:
WMIC SERVICE GET caption, name, startmode, state > "%userprofile%\desktop\services.txt"
 
Hi,

Upload your COMPONENTS hive.
  • Navigate to C:\Windows\System32\Config and locate the COMPONENTS file.
  • Please copy this file to your desktop.
  • Note: If you receive an error that this file is in-use, simply reboot your computer and try again.
  • Right-click on this file on your desktop and select Send To > Compressed (zipped) folder. This will create a file named COMPONENTS.ZIP on your desktop.
  • If the file is too large to upload here, upload the file to www.wetransfer.com and post the link in your next reply.
 
Hi,

Please try to install the Remote Access feature again on RTIS51 using the Server Manager and provide a screenshot with the complete error message. Provide also a new copy of the CBS logs.
 
Hi Maxstar,

I install the Remote Access on RTIS51.
The result is failure. like the attachment screenshot(1).
Run the FSC Scan but show the message that need restart windows. like the attachment screenshot(2).
So restart the windows and Run FSC scan again.


Please refer to attachment.
Thank you
 

Attachments

Hi,

Please run the following command in an elevated prompt and post the result in your next post.
Code:
DISM /image:C:\ /cleanup-image /revertpendingactions
 
Hi,

Please run the System File Checker again and post the result.
Code:
SFC /Scannow
 
Hi Maxstar,

I run the run the System File Checker and it show "did not find ant integrity violations". like the screenshot.
And i do the "Dism /Online /Cleanup-Image /RestoreHealth" and "Run ComponentsScanner".
Please refer to attachment.

Thank you
 

Attachments

Hi,

Please try to install the Remote Access feature again and post the result.
 
Hi Maxstar,

I install the Remote access again.
but still failure and the situation is the same.
when installation failure, it can be find in server manager tool.
I provided the installation steps screenshots for you to check the system.
And provided the CBS after the installation failure and restart device.

This device is in domain. Is it effect the installation failure?
 

Attachments

Hi,

This device is in domain. Is it effect the installation failure?
It seems that the selected server requires a restart, I also noticed another error 8007042d (The service did not start due to a logon failure).

Upload the Event Viewer logs.
  • Click the Start button and in the search box, type Command Prompt
  • When you see Command Prompt on the list, right-click on it and select Run as administrator.
    Copy and paste the following commands one at a time into the command prompt and press enter after each.
    Code:
    wevtutil epl SYSTEM "%userprofile%\Desktop\System.evt"
    wevtutil epl APPLICATION "%userprofile%\Desktop\Application.evt"
    PowerShell Compress-Archive -Path "%userprofile%\Desktop\*.evt" -DestinationPath "%UserProfile%\Desktop\EventLogs.zip"
  • These commands will collect the System and Application logs and create EventsLogs.zip on your Desktop.
  • Attach this file in your next reply.
 
Is the Windows Internal Database feature still installed on this server?
 

Has Sysnative Forums helped you? Please consider donating to help us support the site!

Back
Top