About C#/.NET programming, BlogEngine usage, and Software testing
Posts tagged active directory
在活动目录中如何实现组的嵌套?
Apr 16th
组帐户
Active Directory Management with C#
Oct 9th
Create a New Security Group
Note: by default if no GroupType property is set, the group is created as a domain security group.
[code:c#]
public void Create(string ouPath, string name)
{