How to add two mail accounts on office365

To add two mail accounts on Office 365, you can follow these steps:

Method 1: Add multiple email accounts using the Office 365 portal

  1. Sign in to the Office 365 portal with your admin account.
  2. Click on the "Admin" button in the top right corner and select "Admin centers" > "Exchange".
  3. Click on "Mail" and then click on "Mailboxes".
  4. Click on "Add a mailbox" and enter the email address of the new account you want to add.
  5. Fill in the required information, such as the user's name, password, and domain.
  6. Click "Add" to add the new mailbox.
  7. Repeat steps 4-6 to add the second email account.

Method 2: Add multiple email accounts using the Outlook app

  1. Open the Outlook app on your device.
  2. Click on the "File" menu and select "Add Account".
  3. Enter the email address and password of the new account you want to add.
  4. Click "Next" and then click "Finish" to add the new account.
  5. Repeat steps 2-4 to add the second email account.

Method 3: Add multiple email accounts using PowerShell

  1. Open PowerShell as an administrator.
  2. Run the following command to add a new mailbox: New-Mailbox -Name <Name> -Alias <Alias> -UserPrincipalName <Email Address> -Password (ConvertTo-SecureString -String <Password> -AsPlainText -Force)
  3. Replace <Name>, <Alias>, <Email Address>, and <Password> with the desired values for the new account.
  4. Repeat step 2 to add the second email account.

Tips and considerations