Hi guys
Any idea how to get the not reported computers from an action? I can get the statuses, but only failed, fixed, running etc…
((if (exists Name of Computer of it) then (concatenations "%0A" of (Name of Computer of it as string)) else ("<none>")) , (if (exists Status of it) then (concatenations "%0A" of (Status of it as string)) else ("<none>"))) of results whose (((Name of Action of it as string as lowercase contains "av deployment - install"))) of bes actions
This gives me “Not relevant, fixed, failed”… but not “not reported”.
Or is there another way to see the following:
To how many computers did I send an action? (if we use the )
Use case: we are deploying something and we have over 100 actions, so we would like to have a summary of how many computers we deployed to.
Thanks!