Use this tag for question related to the DirectorySearcher .Net Framework class.
I'm trying to search for users in AD with their surname (sn) and first name (givenName) using DirectorySearcher in .NET. …
c# active-directory directorysearcherI want to find the most specific OU my computer belongs to in C#. I have code that will get …
c# active-directory ou directorysearcherThe following method I created seem does not work. An error always happens on foreach loop. NotSupportedException was unhandled...The …
c# .net directoryservices adsi directorysearcherI have a loop that retrieves some info from ActiveDirectory. It turned out to be a big performance bottleneck. This …
c# .net active-directory ldap directorysearcherThe company I work for has a product that uses Active Directory to enable our product's security features using a …
c# active-directory ldap directoryentry directorysearcherI keep getting the error The server could not be contacted. When i'm trying to run my code: I've searched …
c# active-directory ldap windows-authentication directorysearcher