If you want to add a user to a Windows computers via a remote command prompt you will need the following commands:
net user John asdf1234 /add
net localgroup Administrators John /add
net accounts /maxpwage:unlimited
Tags
Windows