user description field

  • Thread starter Thread starter ljjones
  • Start date Start date
L

ljjones

Is there any methodically to update the user description
field ....tried using "net use" that locked the user
out...anyone have any thoughts?????
 
In microsoft.public.win2000.cmdprompt.admin (e-mail address removed)
wrote:
Is there any methodically to update the user description
field ....tried using "net use" that locked the user
out...anyone have any thoughts?????

Are you looking for
net user USERNAME /COMMENT:"some text"
?
/COMMENT:"text" Provides a descriptive comment about the
user's account (maximum of 48 characters).
Enclose the text in quotation marks.

Where USERNAME is a local account.
Or in form
net user username /DOMAIN /COMMENT:
for the default domain's account.

There is also
/USERCOMMENT:"text" Lets an administrator add or change the
User Comment for the account.
 
Back
Top