Uploaded image for project: 'Core Server'
  1. Core Server
  2. SERVER-14992

Query for Windows 7 File Allocation Fix, and other hotfixes

    • Fully Compatible
    • Windows
    • Server 2.7.6

      We need to query Win32_QuickFixEngineering in WMI to get information about the installed KB articles

      Here is an example for the recent sync performance fix:
      http://support.microsoft.com/kb/2981965

      > Get-WmiObject -query 'Select * From Win32_QuickFixEngineering'
      
      Source        Description      HotFixID      InstalledBy          InstalledOn
      ------        -----------      --------      -----------          -----------
      WIN-AB4P31... Hotfix           KB2981965     NT AUTHORITY\SYSTEM  8/21/2014 12:00:00 AM
      

      References:
      http://msdn.microsoft.com/en-us/library/aa394558%28v=vs.85%29.aspx
      http://msdn.microsoft.com/en-us/library/aa390423%28v=vs.85%29.aspx
      http://msdn.microsoft.com/en-us/library/aa394391%28v=vs.85%29.aspx

            Assignee:
            mark.benvenuto@mongodb.com Mark Benvenuto
            Reporter:
            mark.benvenuto@mongodb.com Mark Benvenuto
            Votes:
            0 Vote for this issue
            Watchers:
            7 Start watching this issue

              Created:
              Updated:
              Resolved: