Hello everyone.
How can I get information from Active Directory by Printer name ?
I have a list of IP addresses, i use 'System.Net.information.Dns' to get the printer name, there are 35 printers in all.
I will use this Link to get propreties name , but i don't know how to proceed after
dirEntry = New DirectoryEntry("LDAP://...", UserName, Password)
Can anyone help please ? thanks in advance.