# Create Azure Objects

# Create a new user

```powershell
New-AzureUser -Username 'test@test.com' -Password reallyAwesomePassword123!
```