Posted by
Chris on Feb 14th, 2010 in
Development |
0 comments
Today I received a comment on an old article of mine called “VB.NET – List Active Directory users – Re-write“. It was from a user who had tried the code and, while it worked fine, it stopped listing users when it reached a count of 1000. The active directory I was using to test this code didn’t have 1000 users so I had no idea this would happen at the time.
So, today I set about...
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 Feb 24th, 2009 in
Development |
0 comments
In an article I wrote back in 2007 entitled VB.NET – List active directory users I discussed listing the users in your Active Directory using VB.NET. Recently a visitor posted a question about how to sort the results by last name. Here’s how …...
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 –...