Hi, installed 63 microsoft updates on our windows 2012r2 server a few weeks ago and after the restart, it reports that 63 updates are available for install but they look like same updates that just got installed so ran the install again and once again it states 63 updates available even though in the updates history it lists all the recent updates were installed successfully. Any suggestions?
Windows Server 2012
Last Comment
dankyle67
8/22/2022 - Mon
Mahesh
Have you checked from installed updates via control panel if updates are listed there?
Or
start elevated powershell prompt and run below code
Get-Hotfix <hotfixKB>
Ex:
Get-hotfix KB8624555
dankyle67
ASKER
Yes I checked in updates history and all the 63 updates reported as successful from 2 weeks ago and yet it still says there are 63 updates pending
Ok will try that but I thought in 2012 server the windows updates are stored in the winsxs folder? So as long as I back up the entire software distribution folder it is safe to delete the whole folder?
Or
start elevated powershell prompt and run below code
Get-Hotfix <hotfixKB>
Ex:
Get-hotfix KB8624555