PDA

View Full Version : create user



looeee
07-20-2001, 01:27 PM
Hi
I want to create a new user programmatically with the properties "user cannot change password" and "password never expires".
with net.exe you only have the second option, and I can't get that to work either
net user u p /ADD /EXPIRES:NEVER

any advice would be wonderful

looeee

RWSchlatter
07-21-2001, 01:19 AM
my documentation gives me also <pre>/passwordchg:{yes | no}

Specifies whether users can change their own password. The default is yes. </pre>

______________
Regards - Richard