Hello there,
Are you able to login to the server?
If you are able to login you can reset the windows update component and see if that helps.
Right-click on the start button and select Powershell (admin) or Command Prompt (admin)
Copy each commands and hit enter after you paste each of them
net stop wuauserv
net stop cryptSvc
net stop bits
net stop msiserver
Ren C:\Windows\SoftwareDistribution SoftwareDistribution.old
Ren C:\Windows\System32\catroot2 Catroot2.old
net start wuauserv
net start cryptSvc
net start bits
net start msiserver
Hope this resolves your Query !!
--If the reply is helpful, please Upvote and Accept it as an answer--