User Accounts

User Accounts

am 21.08.2007 23:08:03 von doWhile

I'm looking for a script that I can run to create user accounts and assign
read/write/modify permissions on an IIS server. It can be any type of
script--VB, DOS batch file etc. I'm very interested in seeing the code that
performs the above duties.

Thanks,

James Bass

Re: User Accounts

am 22.08.2007 11:03:32 von David Wang

On Aug 21, 2:08 pm, doWhile wrote:
> I'm looking for a script that I can run to create user accounts and assign
> read/write/modify permissions on an IIS server. It can be any type of
> script--VB, DOS batch file etc. I'm very interested in seeing the code that
> performs the above duties.
>
> Thanks,
>
> James Bass


NET USER username password /ADD
CACLS Directory/File /E /G username:C


//David
http://w3-4u.blogspot.com
http://blogs.msdn.com/David.Wang
//