RE: [ActiveDir] OT: Command line to create a local account

2005-06-28 Thread Blair, James
Jeff, CLS @echo off ECHO. ECHO Create User Account Whatever... net user Whatever whatevermypasswordis /add net localgroup Guests Whatever /add net accounts /maxpwage:unlimited net user Whatever /active:no ECHO. James -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]

RE: [ActiveDir] OT: Command line to create a local account

2005-06-27 Thread deji
try cusrmgr. Look for the -alg and +s options. Jsiinc.com had some details on cusrmgr. Sincerely, Dèjì Akómöláfé, MCSE+M MCSA+M MCP+I Microsoft MVP - Directory Services www.readymaids.com - we know IT www.akomolafe.com Do you now realize that Today is the Tomorrow you were worried about Yest

RE: [ActiveDir] OT: Command line to create a local account

2005-06-27 Thread Ken Schaefer
: From: [EMAIL PROTECTED] [mailto:ActiveDir- : [EMAIL PROTECTED] On Behalf Of Cothern Jeff D. Team EITC : Subject: [ActiveDir] OT: Command line to create a local account : : : What would be the syntax in a batch files that I could create a local : account.