> 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--
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
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
> 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--
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--