You can use the New-VMHostAccount to create a new host user. E.g.:
New-VMHostAccount -ID MyUser1 -Password MyPassword1 -UserAccount -Server MyESX1
You can use the New-VMHostAccount to create a new host user. E.g.:
New-VMHostAccount -ID MyUser1 -Password MyPassword1 -UserAccount -Server MyESX1