LDAP query Exchange attribute using VBscript

  • Thread starter Thread starter Matjaz Ladava [MVP]
  • Start date Start date
M

Matjaz Ladava [MVP]

This code should do it:

Set objUser = GetObject ("LDAP://cn=user,ou=yourou,dc=yourdomain,dc=local")
mboxStore = objUser.Get("homeMDB")
WScript.Echo "Mailbox Store: " & mboxStore


--

Regards
Matjaz Ladava, MCSA, MCSE, MCT, MVP
Microsoft MVP Windows Server - Active Directory
(e-mail address removed), (e-mail address removed)
 
Hi *
i need to retrieve the attribute labeled "Mailbox Store" for every use
in my AD, using VBscript.
Any one can help plz? i'm new to Microsoft technologies.
see attached file for teh attribute i need.
thank

+----------------------------------------------------------------
| Attachment filename: mailbox_store.jpg
|Download attachment: http://www.mcse.ms/forums/attachment.php?postid=1028126
+----------------------------------------------------------------

-
bendris
 
Back
Top