Recently a Windows Update was done on one of our Windows 2003 production servers and we don't know which user ran the update.
Is possible to identify who ran the update in event viewer or somewhere else?
Recently a Windows Update was done on one of our Windows 2003 production servers and we don't know which user ran the update.
Is possible to identify who ran the update in event viewer or somewhere else?
Have a look at the subkeys of the HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Updates\Windows Server 2003
registry key. There is an InstalledBy
and InstalledDate
value in each subkey. Assuming you know which updates were installed you should have no trouble identifying the user account that performed the installations.