This script lets you connect to an LDAP DC / LDS server and display attributes on objects:
Set oUser = GetObject("LDAP://localhost:10001/CN=Clint2,OU=TestOU,DC=test,DC=com")
oUser.GetInfo
wscript.echo oUser.Get("otherHomePhone")
Thursday, September 22, 2011
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment