net user: how to set options?

  • Thread starter Thread starter Sania
  • Start date Start date
S

Sania

How to set additional information like description,
profile path etc. when creating or modifying user accounts
with net user? There is no information in Windows Help at
all.

Thanks
 
How to set additional information like description,
profile path etc. when creating or modifying user accounts
with net user? There is no information in Windows Help at
all.

net help user

Ciao, Walter
 
How to set additional information like description,
profile path etc. when creating or modifying user accounts
with net user? There is no information in Windows Help at
all.

Thanks

See tip 4646 in the 'Tips & Tricks' at http://www.jsiinc.com for the syntax.

Set tip 2815 for the configuring access to your local help.


Jerold Schulman
Windows: General MVP
JSI, Inc.
http://www.jsiinc.com
 
net user username /domain /fullname:"john doe" /comment:"user description"
/profilepath:"user profile path " /scriptpath:"user login script"
 
Back
Top