Hello, > batch file when an adduser run is needed, and I don't want to > have to sit and stare at a command > prompt checking for errors. Anyone at IPSwitch know if this > functionality could possible be added > into the adduser executable? Or is there an add-on already > out there that does this?
Pipe your batchfiles to a new file and search for "ERR:" not the best with 6k users, but available right now :) Add-Users.cmd C:\IMail>adduser.exe -u User1 -h xxxxxxx.xxx -N "Full Name1" -p password1 >add-users.txt C:\IMail>adduser.exe -u User2 -h xxxxxxx.xxx -N "Full Name2" -p password2 >>add-users.txt add-users.txt OK: added User1 to host xxxxxxxxxxx.xxx ERR: user User2 already exists on xxxxxxx.xxx Alex To Unsubscribe: http://www.ipswitch.com/support/mailing-lists.html List Archive: http://www.mail-archive.com/imail_forum%40list.ipswitch.com/ Knowledge Base/FAQ: http://www.ipswitch.com/support/IMail/
