Windows Server 2019 can't install RemoteAccess - missing assembly

Han Moe Htet 21 Reputation points
2023-01-09T08:01:24.567+00:00

Hello, I have Windows Server 2019 datacenter (v1809) 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. Can I get any help?

Here is my CBS log

https://drive.google.com/file/d/1bfKmzAxiM9TK7Ku1tuxK4HJVjua0XoTg/view?usp=sharing

Thanks

Windows for business | Windows Server | User experience | Other
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. Anonymous
    2023-01-10T04:04:52.147+00:00

    > I am currently running a VPS so I am not sure I can do repair install

    Probably not. I'd just tell them it's broken and you need a new instance stood up.

    --please don't forget to upvote and Accept as answer if the reply is helpful--

    1 person found this answer helpful.

  2. Anonymous
    2023-01-09T17:01:47.047+00:00

    Some things to try
    https://learn.microsoft.com/en-us/windows/deployment/update/windows-update-resources#reset-windows-update-components-manually
    sfc /scannow
    dism /online /cleanup-image /restorehealth
    a repair install by running setup.exe from the root of install media

    --please don't forget to upvote and Accept as answer if the reply is helpful--


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.