Here’s an easy way to add Windows users in Powershell.

<pre lang="bash">
net user username 'password' /add

Passwords must meet requirements. While you are at it, give it Admin rights.

<pre lang="bash">
net localgroup Administrators username /add