How do I generate a list of windows patches and the date they were installed on a windows 2000 server?

Option 1 Get psinfo from http://technet.microsoft.com/en-us/sysinternals/bb897550.aspx Run psinfo -h to get the list of hotfixes Option 2 Another method that doesn’t require 3rd party software using wmic; just type: wmic qfe from the command line. The default output gives really long lines, so you might be better off redirecting to a file and viewing it … Read more