G
Guest
Where can i find the list of every objects in active directory?
I am looking at someone's code and can't really figure out how this works?
DirectorySearcher src = new
DirectorySearcher("(&(objectCategory=Person)(objectClass=user))");
I don't understand what object Category and objectClass is.. is
objectCategory an object inside the object "user"?
Many thanks
I am looking at someone's code and can't really figure out how this works?
DirectorySearcher src = new
DirectorySearcher("(&(objectCategory=Person)(objectClass=user))");
I don't understand what object Category and objectClass is.. is
objectCategory an object inside the object "user"?
Many thanks