If I look up a printer in Active Directory, is there any way to determine the server it is installed on? If I look up the printer in the Active Direcory console, the properties caption tells me the server, how can I determine this value programatically?
Edit: Language is C#
The
serverNameattribute oruncNameattribute of the printQueue object in AD is likely what you want.