I figured out how to do everything except this one last part. Here's the code segment that's killing me. I need to place a variable in the query string. If I can place "braken" where (sn= )
then I'm all set. Does anyone know how to do this? The current code will not work.
Dim x
$x="braken"
"<GC://dc=tone,dc=loc>;" & _
"(&(objectCategory=person)
"mail"
Main Topics
Browse All Topics





by: TTCTECHPosted on 2005-11-23 at 13:24:52ID: 15353490
I did something similar to this using WinBatch scripting (I perform export all NAB email addresses to an LDAP file, which then gets pushed out to a spam filter). If you've got (or could purchase) WinBatch, I could provide you with my logic.