Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

How to create users and set passwords on the windows server 2008 R2 command line

2025-04-04 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Servers >

Share

Shulou(Shulou.com)06/02 Report--

Use the command line to create users and set passwords

(1) Standard format:

Net user username password / add

For example: set up a user named lijunxuan with password Abc_123

Net user lijunxuan Abc_123 / add

Use the command line to change the password of the old account

(1) Standard format:

Net user username password

For example: set the password of user lijunxuan to Abc_456

Net user lijunxuan Abc_456

Third, create a local group using the command line

(1) Standard format:

Net localgroup groupname / add

For example: add a group named sales

Net localgroup sales / add

Fourth, use the command line as the local group

(1) Standard format:

Net localgroup groupname username / add

For example: add the user name lijunxuan to the administrators group

Net localgroup administrators lijunxuan / add

The above is the windows server 2008 R2 command line introduced by the editor to create users and set passwords. I hope it will be helpful to you. If you have any questions, please leave me a message and the editor will reply to you in time. Thank you very much for your support to the website!

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Servers

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report