How to get HotFixID form all server

How to get HotFixID form all server. If server don’t have HotFixID show “none”

(id of computer of it , names of computer of it , names whose ( it contains "HotFixID") of properties of it , concatenation ":" of (values of it)) of results of bes properties

if (exists wmi) then ((string value of property "HotFixID" of it) of select objects "HotFixID from Win32_QuickFixEngineering where HotFixID != 'File 1'" of wmi) as string else ("N/A")

This should work for you :slight_smile: