Hi!
I would like to create a global condition that says, "Is a Client x64 Device" = True.
In SCCM 2007 when you added a driver package based on WMI then it would evaluate to True if the query returned any data. It does not looks like that as i get this error in AppIntentEval.log for 7-Zip.
"Current State = Error, Applicability = Unknown, ResolvedState = None, ConfigureState = NotNeeded, Title = 7-Zip 9.20 -x64"
I know i can change the Data Type to String but then i have to type in 1 for producttype and 64-bit for architechture for every application.
Am i doing it wrong? can i get this to work anyhow or do i have to create a powershell script instead?
// Samus