Forum Discussion
WIndows Updates Issue - Windows Server 2008 R2
What happens when you try? Also I'd verify system and servicing health by running;
sfc /scannow
also system update readiness tool
https://support.microsoft.com/en-us/kb/947821
Then check for errors in;
%SYSTEMROOT%\Logs\CBS\CheckSUR.log
The results from %SYSTEMROOT%\Logs\CBS\CheckSUR.log
=================================
Checking System Update Readiness.
Binary Version 6.1.7601.22471
Package Version 26.0
2020-01-10 11:23
Checking Windows Servicing Packages
Checking Package Manifests and Catalogs
Checking Package Watchlist
Checking Component Watchlist
Checking Packages
Checking Component Store
Summary:
Seconds executed: 2535
No errors detected
- rama1985Jan 13, 2020Copper ContributorThe result from sfc /scannow:-
C:\Windows\system32>sfc /scannow
Beginning system scan. This process will take some time.
Beginning verification phase of system scan.
Verification 100% complete.
Windows Resource Protection did not find any integrity violations.- Dave PatrickJan 13, 2020MVP
- rama1985Jan 14, 2020Copper Contributor
The result from the D scan health:-
Microsoft Windows [Version 6.1.7601]
Copyright (c) 2009 Microsoft Corporation. All rights reserved.C:\Windows\system32>DISM.exe /Online /Cleanup-image /Scanhealth
Deployment Image Servicing and Management tool
Version: 6.1.7600.16385Image Version: 6.1.7601.18489
................................................................................
................................................................................
................................................................................
................................................................................
................................................................................
................................................................................
................................................................................
................................................................................
......................Completed running scanhealth, check logs at %windir%\logs\
CBS\Checksur.logThe operation completed successfully.