I work in a large environment, I write a program for technical support. I need to provide a list of all the print servers in the domain and let them choose one. After selecting the print server, I will list all print queues on this print server and select them. I have found many examples of how to get a list of print queues from a print server, but there are no examples of how to get a list of print servers. A.
How can I get a list of all print servers in a domain (C #)?
source
share