User creation using EAC
First you will need to log into the Exchange 2013 Admin
Center.
Usually the url will be : https://mail.domain.com/ecp
Once there, select the recipients option then mailboxes. We then need
to click the + sign to add the new user.
We will now go through the process of adding the new
Exchange 2013 user.
Fill these fields,
·
Choose the OU if needed.
·
For login name choose the domain name.
·
Click more options and choose the database (Choose the default db or select the database that you have created)
·
Click Save button.
Using Exchange management Shell
Launch the Exchange management shell from the Exchange server(Please make sure that you have enough permissions)
Our scenario is to create a mailbox
user “James Nick” with the below parameters:
- The alias is james
- The first name is Pilar and the last name is James
- The name and display name is JamesNick
- The user logon name is james@domain.com
- The password is 123456
Syntax
New-Mailbox -Alias james -Name "JamesNick" -FirstName Janes -LastName Nick -DisplayName "JamesNick" -UserPrincipalName james@domain.com -Password (ConvertTo-SecureString -String '123456' -AsPlainText -Force
No comments:
Post a Comment