Hi All.
I’m trying to filter the relevance by computer name but it doesn’t work.
This is my relevance:
((name of it = "Win2008" AND NOT x64 of it) OR (name of it = "Win2008" AND x64 of it) OR (name of it = "Win2008R2") OR (name of it = "Win2012") OR (name of it = "Win2012R2") OR (name of it = "Win2016") OR (name of it = "Win2019") OR (name of it = "Win2022")) of operating system AND (not exists service "TSM Client Acceptor")
I tried to Add:
AND bes computers whose (name of it as string starts with "101p1-")
AND (name of BES Computer as string starts with "101p1-")
AND (computer name contained "101p1-")
AND (it as lowercase contains “101p1-” or it as lowercase contains “101p1-”) of value of variable “COMPUTERNAME” of environment
Any of this Works, also I tried start with "101p1-), I try to use regex with no success.
Can you help me?
Thanks in advance