Posts Tagged “DirectoryServices”
In the past few days I’ve been tasked with writing a .NET service, part of which must do the following: Read all the user accounts from Active Directory. Identify which accounts are disabled. Find out what groups each user belongs to. Achieving these three simple goals with .NET’s DirectoryServices proved to be surprisingly difficult. Here [...]


