Exchange 2013 Powershell: Create A New User

To create a new user in Exchange you can use the Exchange Management Shell or the Exchange Admin Center.

Here is how you can create a new user using the EMS:

New-Mailbox –alias <Name> -name <User> -Database Mailbox Database -OrganizationalUnit Users –UserPrincipalName <User>@domain.com

This will create the new user, assign it to the mailbox database you specified and Orgranizational Unit.