Create Users

SOTI MobiControl
Windows

In some organizations, multiple employees may share a single corporate device, requiring separate user accounts. Manually creating accounts on each device can be time-consuming and inefficient. With SOTI MobiControl, administrators can automate this process by deploying scripts, streamlining user account creation across devices.

Important:
  • It is recommended to test the script on a local/ test machine for its purpose and effects. 
  • SOTI MobiControl will not be responsible for any damage/loss to the data/setup based on the behavior of the script.

Create new user

1 $password = ConvertTo-SecureString <password> -AsPlainText -Force
2 New-LocalUser -Name <username> -Password $password

Was this helpful?

Need more help?
Ask Community