For those of you that could use it, I have been working on, and have been pretty successful on getting our IIS 5.0 server to remotely execute the adduser.exe and ldaper.exe files on our IMail 6.0 server. The only thing left I believe is the asp check that looks at what adduser returns to see if it returns "OK". Hopefully Ron or some other ASP pros can help with this. Because even though the user does not exist and the script fires of and creates it, the asp page returns and says user already exists, etc. Here is what the normal adduser.exe returns in one line: D:\IMail>adduser.exe -u dcox100 -p dcox100 -n "Duane Cox" OK: added dcox100 to host spyder2.illicom.net Here is what I get returned from what I am doing so far: C:\>rcmd \\spyder2 d:\imail\adduser.exe -u dcox101 -p dcox101 -n "Duane Cox" Executing on \\spyder2: d:\imail\adduser.exe -u dcox101 -p dcox101 -n "Duane Cox" OK: added dcox101 to host spyder2.illicom.net Remote server \\spyder2 disconnected As you can see I am still getting feedback as an OK, but it is several lines down and not located where the local adduser.exe would return it. I assume that the ASP code is looking in what is now the wrong place.. What can I change to get this to work? if inStr(strResult, "OK") = 1 then When this finally works, I will post a site somewhere with detailed instructions on the setup. Duane Cox [EMAIL PROTECTED] ______________________________________________________________________ The HKSI-IMail Admin List is hosted by........ Humankind Systems, Inc. Questions, Comments or Glowing Praise...... mailto:[EMAIL PROTECTED] Searchable List Archive.... http://www.mail-archive.com/[email protected] To Manage your Subscription......... http://humankindsystems.com/lists
