Anybody have some sample code to query the computers in Active Directory on a domain I would like to build an array from a list of computers within Active Directory. I am building an application that checks for existing files on computers on our network to tell me whether a particular program was installed or not.
Thanks,
Arkman5

How do I get list of pc's in Active Directory
Steve Severance
Here is a link to a sample
http://www.vb-tips.com/default.aspx ID=2b7d8d24-665f-43d4-9553-9c76953e41cf
Harris Syed
Rock on, Ken! Exactly what I was looking for - works like a charm and gives me enough of a sample to play around with and make my own. Thanks!!!
Arkman5
Pedro Remedios
from there you can play around the DirectoryEntry Class.