show/hide this revision's text 4 deleted 27 characters in body; edited tags

I'm attempting to utilize vbscript to connect pull the physicalDeliveryOfficeName attribute in active directory by providing the email address.

I know how to do it with a common name like the following:

Set MyUser = GetObject ("LDAP://cn=" & uname & ",ou=" & strname & ",DC=bobdom,DC=net")

however only the email address is available. Does anyone know how to do this? I've even tried

Set MyUser = GetObject ("LDAP://mail=" & uname & ",ou=" & strname & ",DC=bobdom,DC=net")

and that doesn't work.

thanks in advance.

show/hide this revision's text 3 query for the office field, not the distinguished name

vbscript ldap : Is there a way to query for Distinguished Name physicalDeliveryOfficeName using the email address in active directory?

show/hide this revision's text 2 correct spelling

I'm attempting to utilize vbscript to connect pull the physicalDeliveryOfficeName attribute in active direcotory directory by providing the email address.

I know how to do it with a common name like the following:

Set MyUser = GetObject ("LDAP://cn=" & uname & ",ou=" & strname & ",DC=bobdom,DC=net")

however only the email address is available. Does anyone know how to do this? I've even tried

Set MyUser = GetObject ("LDAP://mail=" & uname & ",ou=" & strname & ",DC=bobdom,DC=net")

and that doesn't work.

thanks in advance.

show/hide this revision's text 1