Hi@akhtar,
To create a new user account without a password, you can use the below command.
$ New-LocalUser -Name "user_name" -Description "Description of your new account." -NoPassword
Substitute the 'user_name' portion with the actual user name. Also, provide some meaningful description for it.