Provides the numerical count to the active hosts within the Network Discovery since there is already a metric that provides a list of the systems already... Just to make better reporting
Hosts[?Alive ==
true
].[Hostname,
|
, Vendor,
|
, Ip] | length(@)
B
Ben J.
Thanks! You can also probably trim out the extras. This worked for me too:Hosts[?Alive ==