Wednesday, July 1, 2015

Creating account on wondows server



net user jsmith P@$sw0rD! /add /comment:"John" /fullname:"John Smith"
net localgroup "Administrators" jsmith1 /add

net user mjones P@$sw0rD! /add /comment:"Mary" /fullname:"Mary Jones"
net localgroup "Administrators" mjones /add

No comments:

Post a Comment