I got the below code which retrieves the Computer Name, Operating System and Relevant Fixlet Name of a baseline.
((name of item 1 of it, operating system of item 1 of it, name of item 0 of it) of (source fixlets of components of component group of bes fixlets whose (baseline flag of it AND name of it = “Custom Baseline”), bes computers) whose (relevant (item 1 of it, item 0 of it)))
I’m trying to retrieve the value of a particular client setting(__AppCode) of those computers that are relevant to the baseline along with the information already shown above but i can’t seem to get it working. Would appreciate help on it. Thanks in advance
Just realized that besides using client setting, i could use bes property. Anyway i had a bes property called “AppCode” which is actually a client setting “AppCode”
((name of item 1 of it, value of item 2 of it, operating system of item 1 of it, name of item 0 of it) of (source fixlets of components of component group of bes fixlets whose (baseline flag of it AND name of it = “Custom Baseline”), bes computers, results of bes properties whose (name of it = “AppCode”)) whose (relevant (item 1 of it, item 0 of it)))
((name of item 1 of it, value of results from (bes property “AppCode”) of item 1 of it as string, operating system of item 1 of it, name of item 0 of it) of (source fixlets of components of component group of bes fixlets whose (baseline flag of it AND name of it = “Custom Baseline”), bes computers) whose (relevant (item 1 of it, item 0 of it)))
Results
S05, TST, Win2003 5.2.3790, Updated Windows Client - Tivoli Endpoint Manager version 8.2.1364.0 Now Available!
ALK-TS, ABA, Win7 6.1.7600, Updated Windows Client - Tivoli Endpoint Manager version 8.2.1364.0 Now Available!