With the new "managed printer" inspector, it would be great to have printers auto discovered via the windows inspector.There is already a metric by Liongard for windows printer list:Printers[?Local == true && Shared == true ].Name | sort(@)And the windows Printer list has PortName already... Printers[?Local == true && Shared == true ].join( , , [join( : , [ Name , to_string(Name)]), join( : , [ PORT ,to_string(PortName)])])