Hi all,
I am trying to write a VB script to retrieve displayname, homedirectory,
...etc from AD for multiple domains and I have the following
questions/problems - please help:
1) I can query displaynames (but not homedirectory) across domains if I use
"GC://dc=am,dc=xyz,dc=com", but I can't get anything return for homedirectory
(probably that information is not stored in global catalog?
2) when I use "LDAP://dc=am,dc=xyz,dc=com" I can get all the informations I
am quering for the domain I am in, but I can't query anything outside of my
domain (even when I changed the dc=am to dc=eu) <- this would work if i just
query GC, but then I don't get the rest of the attributes.
Does anyone have any idea how i can work around it?
Thanks,