directoryservices
How to get the numeric ID of an IIS 6 Metabase property in C#?
The code below works OK and can read everything in a remote IIS 6 server\'s metabase -- except the frikkin\' numeric ID of the properties. I can\'t find them in the PropertyValueCollection object.[详细]
2023-02-25 09:41 分类:问答System.DirectoryServices.AccountManagement bootstrapping myself
I\'m trying to bootstrap myself up on the System.DirectoryServices.AccountManagement namespace in order to solve another issue I\'m having. In net i want to toggle the \"ChangePasswordOnNextLogon\" fl[详细]
2023-02-22 17:03 分类:问答How can I check a user/password combination on an ActiveDirectory without putting the password in a String?
I want to check User/Password combination on a Windows domain. Right now I do it with the following code:[详细]
2023-02-22 06:16 分类:问答DirectoryServices - “Network logon failure unknown user name or bad password”
I\'m building a little library that c开发者_如何学运维an be used to query Active Directory resources. I\'ve tested it out before and it works as I expect it to.[详细]
2023-02-21 21:20 分类:问答Is it possible to create active directory users using the DirectoryServices library?
I\'m trying to create a library that helps me manipulate information from Windows Server\'s Active Directory.[详细]
2023-02-19 19:53 分类:问答Network utilization - AccountManagement vs. DirectoryServices
I spend more than a day to find out that the Principal object is using way more bandwidth than the using the DirectoryServices. The scenario is like this. I have a group with ~3000 computer objects in[详细]
2023-02-19 03:58 分类:问答What's the connection string for LDAP?
Here how I need to use it: string tmpDirectory = String.Format(\"LDAP://ou={0},dc={1},dc={2}\", parentOrganizationUnit,[详细]
2023-02-18 21:06 分类:问答"The specified domain either does not exist or could not be contacted."
I\'m trying to use the DomainServices class to retrieve a list of OU\'s from my Active Directory. Here\'s my code:[详细]
2023-02-18 14:37 分类:问答Getting the parent organization unit (if any) of an organizational unit in Active Directory
I\'ve created a small entity class: public class OrganizationalUnit { public string Name { get; set; } public string ParentUO { get; set; }[详细]
2023-02-18 08:22 分类:问答How can I get a list of Organizational Units from Active Directory?
I\'ve looked into the DirectoryServices class and it seems to be what I need, but I can\'t seem to find the classes/methods needed to fetch a collection of Organizational Un开发者_运维问答its.[详细]
2023-02-18 01:50 分类:问答