Let's say I want to debug an issue where a few client computers were impacted by a long list of updates that occurred in the last few months. I run a systeminfo | find /i "kb" > updatelist.log
. Now how can I find a way to quickly get a summary of the purpose for the updates. There was a program that kind of did stuff like this for the pre-NT6.x operating systems, but this does not really work anymore. Any useful websites that do this?
UPDATE: So maybe something like Windows Update Downloader or the MrJinje Update XML Tool is kind of what I am looking for, but neither is really scriptable or queryable.
Sysinternals PSInfo gives more information (product and title) than systeminfo does. Try:
Output:
Pasting the KB article number (eg KB969559) into the search window of "Help and Support" will give you a quick look-up of interesting patches. Make sure Help and Support is set to search all microsoft products.
The MBSA tool from Microsoft is scriptable. I'm not sure it will go back as far as you want however. Might be worth a look.