Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE

How to Get A List Of Windows Updates

No ratings
cancel
Showing results for 
Search instead for 
Did you mean: 
Daniel_Seo
Support
Support

How to Get A List Of Windows Updates

Last Update:

Jul 7, 2021 4:58:42 AM

Updated By:

Sonja_Bauernfeind

Created date:

Jul 30, 2017 12:44:05 AM

To identify what updates are installed on the Windows host running Qlik services:

  1. Open Windows PowerShell
  2. Run the Windows command:

     Get-WmiObject -Class "win32_quickfixengineering" ​
  3. Review the output:

    PowerShell output example.png

  4. Alternatively, output the result in a text file:

     Get-WmiObject -Class "win32_quickfixengineering" > Winupdates.txt​

 

Environment:

QlikView 
Qlik Sense Enterprise on Windows 
Qlik NPrinting 

Labels (1)
Contributors
Version history
Last update:
‎2021-07-07 04:58 AM
Updated by: