This is helpful to someone who's trying to obtain/maintain visibility into the printers within an organization's network. This is a good Metric for QBRs, recurring site reviews, and an onboarding report. Also, this Metric could be used to build a network audit with the intention of an end customer confirming that all looks as expected.
Hosts[? contains(to_string(SNMP),
Printer
) || contains(to_string(SNMP),
Scanner
) || contains(to_string(SNMP),
Copier
) || contains(to_string(SNMP),
Fax
)].join(
, [join(
, [
, to_string(Ip)]), join(
, [
:
, to_string(SNMP[? contains(Value,
Printer
) || contains(Value,
Scanner
) || contains(Value,
Copier
) || contains(Value,
Fax
)].Value)])])