directoryservices
Unable to response quickly to AD retrieval
I am developing a SharePoint application which needs users from a specified Windows Server 2003 Active Directory Organizational Unit.[详细]
2022-12-15 09:57 分类:问答LDAP Query with sub result
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#.[详细]
2022-12-15 03:21 分类:问答Strange issue with System.DirectoryServices.AccountManagement.UserPrincipal.FindByIdentity
We\'re writing a system that allows a user to change their account password through a web application on our intranet.[详细]
2022-12-13 14:49 分类:问答Active Directory not finding all users in C#
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[详细]
2022-12-13 11:49 分类:问答Get an application pool's Process ID using ADSI
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.[详细]
2022-12-12 19:21 分类:问答Get Directory from User
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[详细]
2022-12-12 15:11 分类:问答Alternative to installing IIS locally to access IIS remotely?
I have an app that accesses information about websites running on IIS on a remote machine, using DirectoryEntry objects (in System.DirectoryServices).[详细]
2022-12-12 03:00 分类:问答Error 0x80005000 and 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\");[详细]
2022-12-11 09:46 分类:问答asp.net iis metabase doesn't return all sites
I use code like the following in ASP.Net to enumerate the websites in IIS: string metabasePath = \"IIS://localhost/W3SVC\";[详细]
2022-12-11 04:37 分类:问答Does System.DirectoryServices.DirectoryEntry contain a constructor that actually uses "domain\username" with Ldap?
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[详细]
2022-12-08 10:35 分类:问答