Need Session Relevance

Hi,

Is this possible to get the below column using session relevance,

Computer name, IP addresses, Applied (Installed) Patches, Who Installed (operator detail) and When was executed (time stamp) ,

Thanks,
Nagaraj,

There are a few different ways to return this information via Session Relevance, yes. Assuming we return action deployment details, we’ll likely want a filter of some kind otherwise there can be very many rows returned. Here’s an example based on bes action result filtered to a specific action ID:

(name of computer of it, concatenation "|" of (ip addresses of computer of it as string), name of source fixlet of action of it, name of issuer of action of it, start time of it) of results of bes actions whose (id of it = 53762)
1 Like