Force "net user" command to set password longer than 14 characters

Apparently you can add

/Y

and the shell knows to interpret that as supplying a default answer of "yes" to the prompt.

net user MyUser MyPasswordIsReallyLong /ADD /Y