To list the updates that have been installed on a Windows 8.1 or Windows 2012 Server simply issue the following command in a command prompt window wmic qfe get hotfixid That’s it
Tag: Windows Management Instrumentation
I touched on this in a previous post here. Where I needed to remove some software which was installed but was no longer listed in add/remove software of the machine I had been working on. Fortunately by using WMI we can get the necessary info and tool to remove / change software we no longer […]