i want to have a list of all users in the active directory in the server and use it in my c# application
string DomainPath = "LDAP://192.168.1.250/Domain";
DirectoryEntry searchRoot = new DirectoryEntry(DomainPath,"user","password");
this code don't work