Link to home
Start Free TrialLog in
Avatar of grmflash
grmflash

asked on

How can I determine if updates were installed prior to sysprep

I was told : "When we build out the server vm's we build a template first. The template is fully updated and patched , syspreped and shutdown. We then clone that server and make as many copies we need. When you sysprep the machine none of the updates are removed but it does reset the machine back to factory settings, so windows doesn't think it was updated." It appears that no updates have ever been installed therefore since I am a pragmatic and cynical individual I want to confirm that updates were in fact installed. How can I do that?
Avatar of Mike Taylor
Mike Taylor
Flag of United Kingdom of Great Britain and Northern Ireland image

Hi,
Just look in "orgasm and features (aka add and remove) and click list updates. You can sort by date and will become obvious.
Or open wupdate.log from windows directory.

Mike
You can use this command:
wmic qfe list full

Open in new window

or check this registry key:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Component Based Servicing\Packages

Open in new window

ASKER CERTIFIED SOLUTION
Avatar of Mike Taylor
Mike Taylor
Flag of United Kingdom of Great Britain and Northern Ireland image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial