| Member with 1,550 posts. THREAD STARTER | | Join Date: Jun 2001 Location: Conway, Arkansas | |
Solved: VBscript AD extract problelm I'm trying to pull computer names from Active Directory. The computers are listed under their various 'functional containers'.
This line works:
("LDAP://cn=computers, dc=axxx, dc=xxx, dc=xxx, dc=xxx")
This one doesn't:
("LDAP://cn=Domain Controllers, dc=xxx, dc=xxx, dc=xxx, dc=xxx")
I get this message:
GET_PC_AD_DCs.vbs(31, 1) (null): There is no such object on the server.
I've tried " and () around Domain Controllers thinking its the space between words thats fouling my script?
Thanks for reading my post and being part of this Great Resourse!
Last edited by draceplace; 09-Aug-2005 at 12:19 PM..
|