I need help , i need to uninstall SCCM agent on all machine i am new to big fix and unable to get the relevance or the fixlet working
From Installed applications i have found
Microsoft System Center 2012 R2 DPM Protection Agent
and within
Applications and uninstall strings i have Microsoft System Center 2012 R2 DPM Protection Agent, MsiExec.exe /X{6FA0CE18-E1AB-4CA2-B552-03D16516E174}�
So, you need to remove the application where the Display Name for the Application is “Microsoft System Center 2012 R2 DPM Protection Agent”?
Your Targeting Relevance might look something like …
(Windows of Operating System)
(Exists Keys whose ((Value "DisplayName" of it as string as lowercase) contains "microsoft system center 2012 r2 dpm protection agent") of key "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall" of Registry)
Theres no systems displaying and from what i read up i think its bcoz of the lowercase classification.
The actual name displayed is Microsoft System Center 2012 R2 DPM Protection Agent, and the name has a mix of lowercase and uppercase – is there a way to do a contains name Microsoft System Center 2012 R2 DPM Protection Agent statement instead of Value …“DisplayName” of it as string as lowercase…