Error Querying Active Directory in C#
Just wanted to pass along this issue/solution I found when querying Active Directory for users in a group. We have a utility which queries Active Directory for users in groups and outputs a file with related information. Here is the code we used to query AD: This worked without issue for many months until we …