Please note: This is a rewrite of an article I wrote way back in 2007. The original article has been updated with a link to this one.
As per usual I had a situation where I had to do some Active Directory stuff with VB.NET. I had to grab a list of all the users in our AD so that people could select a user and perform functions on them from within a webpage.
Another note: This article is VB.NET-specific. If...
Posted by
Chris on Jun 13th, 2007 in
Development |
9 comments
Don’t worry, the article still exists. It’s just been re-written and re-posted with updated and better code. For the new article please go to this link:
VB.NET – List active directory users –...