Tales from the Datacenter
RSS

Server Core Patches

April 20th, 2009 Posted in Microsoft, Server 2008

Need to see what patches/hotfixes are installed on Server Core?  There’s a command for that:

WMIC QFE

You can also send this to a text file for easier viewing:

WMIC QFE > [FILENAME].txt

Post a Comment