home *** CD-ROM | disk | FTP | other *** search
/ io Programmo 27 / IOPROG_27.ISO / SOFT / ADSDK.ZIP / Samples / Extension / Tutorial / step2 / Client / test.vbs next >
Encoding:
Text File  |  1998-09-23  |  164 b   |  5 lines

  1. Set usr = GetObject("LDAP://CN=Guest,CN=Users,DC=actived,dc=nttest, dc=microsoft,dc=com")
  2. wscript.echo Usr.Name
  3. Usr.Say 
  4. wscript.echo usr.Get("samAccountName")
  5.