I am developing a SharePoint application which needs users from a specified Windows Server 2003 Active Directory Organizational Unit.
I have been banging my head for quite a while with this and can\'t get it to work. I have a LDAP Query I do have working in AD Users and Computers but dont know how to do it programatically in C#.
We\'re writing a system that allows a user to change their account password through a web application on our intranet.
I have some code that queries Active Directory to verify user existence.I am trying to verify a long list of about 1300 ids.I\'ve tried several methods to verify if a user account (LINQ to AD, Directo
I\'ve wrote a small tool that lists all the app pools running on a box and allows you to start/ stop/ recycle them. I\'ve used System.DirectoryServices.
I\'m looking for a function to get a directory path from the user; I need to solicit a place to put things.I tried using GetOpenFileName() with .dir as a filter but no joy.I found something called Get
I have an app that accesses information about websites running on IIS on a remote machine, using DirectoryEntry objects (in System.DirectoryServices).
I\'m trying to run a simple LDAP query using directory services in .Net. DirectoryEntry directoryEntry = new DirectoryEntry(\"LDAP://someserver.contoso.com/DC=contoso,DC=com\");
I use code like the following in ASP.Net to enumerate the websites in IIS: string metabasePath = \"IIS://localhost/W3SVC\";
Microsoft has a general purpose KB article (Q316748) describing how to authenticate against Active Directory using the DirectoryEntry object. In their example they produce a username value by concaten