I have tried the following queries
(service name of it & " (" & state of it & ") | " & image path of it) of services whose (exists display name of it AND (length of (display name of it as string)) > 0 AND (number of substrings " " of (display name of it as string) < (length of (display name of it as string))) AND exists service name of it AND (length of (service name of it as string)) > 0 AND (number of substrings " " of (service name of it as string) < (length of (service name of it as string))) AND exists state of it)
and
( display name of it | “n/a”,
state of it | “n/a”,
image path of it | “n/a”)
of services
Both methods pull statements for services accurately unless the image path for the service is what appears to be too long for BigFix to provide results for. BigFix Query will at least show me the results up to 1024 but the BF thick console only shows me …
Any recommendations?