I need a routine to randomly select records from ADAM (Active Directory Application Mode). Any advice to get me started on this task?
|
|
|
|
|
|
|
Use a DirectorySearcher filter with (objectClass=user) and pick a result at random might work. Something like ...
Here's more on DirectorySearcher. |
|||
|
