I need some help here. I had a property that would tell me the install date of of windows patches. This was only good for 32bit machines. Since the increase with x64 bit machines this property is becoming less efficient. I’ve since tried to use wmic and write it out to a text file but Bigfix writes it in some weird format that can’t be read. I’m out of ideas. Anyone else can think of something to get this info for both 32 and 64 bit machines?
Here is what I was using before for the past 6 years but this is no longer feasible.
Your last condition, ‘as lowercase contains “window”’ maybe excluding all entries in that tree. Look over some of the entries in that branch to see if those items are what you are interested in. They may have moved MS patches elsewhere. Removing the ‘contains “window”’ part will list items in there. Don’t forget to add ‘native’ as suggested by SecurityMG.