摘要:
代码出自http://www.c-sharpcorner.com//Code/2003/April/ListingADUsers.aspConsole.Write("Enter your Domain Name : ");string dom =Console.ReadLine();System.DirectoryServices.DirectoryEntry entry = new System.DirectoryServices.DirectoryEntry("LDAP://" + dom);System.DirectoryServices.Dire 阅读全文
posted @ 2006-05-10 13:38
stswordman
阅读(1070)
评论(0)
推荐(0)