Now you can setup your first mailbox. To do this use the following command. Change the email address in red and the organisation to the required one.
New-Mailbox "joe BLoggs" -UserPrincipalName joe.bloggs@domainname -Organization orgname
New-Mailbox "joe BLoggs" -UserPrincipalName joe.bloggs@domainname -Organization orgname
Repeat this until you have all the required mailboxes
If you need to delete a mailbox use the following command replacing the red text with the required mailbox emal address and organisation name
get-mailbox joe.bloggs@domainname -Organization orgname | remove-mailbox
No comments:
Post a Comment