Adding AD published network printers with VB

Tonus

Member
Joined
Aug 25, 2020
Messages
5
Programming Experience
Beginner
Hi All,

I am wondering if there is a quick and dirty way to pull a list of printers from Active Directory and then add one based upon user choice.

I've had a look around and there seems to be two approaches either using DirectoryServices.DirectorySearcher or LDAP Connection but I'm struggling a bit to progress and want to make sure I am using the best (or simplest) method.
 
Back
Top