vote up 0 vote down star

Using the command line tool, ldapquery, the command is this:

ldapsearch -h myldapserver uid=myloginname mailserver

That returns a line like this:

mailserver=CN=mymailserver/OU=xxx/O=xxxx

I've tried every variation I can think of using VBS and I can query and get results returned from many other available properties, but some fail including most importantly this one, with a method not supported error. I know it is there, because I can use the command line tool to get it, but I can't figure out how to cleanly do it in VBS.

Anyone have any ideas? Thanks!!

flag
Perhaps you should post the vbs code that is failing, as well as the error message. – Andrew Strong Oct 27 at 10:47

Your Answer

Get an OpenID
or

Browse other questions tagged or ask your own question.