There used to be a command line tool called QFECheck in Windows Server 2000 that would list them out. Is this the preferred method on windows server 2003/2008?
I know they're listed in Add/Remove programs, but it's hard to capture them for an audit this way.
Can i do this without having to install an add-on executable?
The following command(s) work in both the 'regular' command prompt and PowerShell, also for both Windows Server 2003 and Windows Server 2008:
to find if a specific update was installed:
It however does not provide any office updates (unfortunately), thought it's relatively easy now to just go to 'installed updates' and do a search for it... same as Windows updates, but the question specified it needed to be done from a command prompt.
Powershell only command:
You can do it with Powershell:
PowerShell now includes the Get-HotFix command which is far easier to remember.
they are also listed under the windows directory.