Windows Print Servers

(imported topic written by nberger91)

Any BES Guru’s have the logic to detect them ?

(imported comment written by MattBoyd)

Is there something specific you would like to detect in order to determine that it’s a print server?

This should get you started. It lists the share names of shared print queues on clients:

string values of selects "ShareName from Win32_Printer where shared = True" of wmi

You may want write some additional relevance to check and see if it’s a windows server OS…