Add e mail address within office 365

To add an email address within Office 365, you'll need to follow these steps:

Method 1: Add a new email address using the Office 365 admin center

  1. Sign in to the Office 365 admin center with your admin credentials.
  2. Click on the "Users" tab and then click on "Active users".
  3. Click on the "Add a user" button.
  4. Enter the user's information, including their first and last name, username, and email address.
  5. Click "Next" and then "Add" to create the new user.
  6. The new user will receive an email invitation to set up their account.

Method 2: Add a new email address using the Office 365 portal

  1. Sign in to the Office 365 portal with your admin credentials.
  2. Click on the "My account" button and then click on "View account".
  3. Click on the "Add an email address" button.
  4. Enter the email address you want to add and click "Add".
  5. The new email address will be added to your Office 365 account.

Method 3: Add a new email address using PowerShell

  1. Open PowerShell and connect to your Office 365 tenant using the following command: Connect-AzureAD
  2. Run the following command to add a new email address: New-AzureADUser -UserPrincipalName <new_email_address> -AccountEnabled $true
  3. Replace <new_email_address> with the email address you want to add.

Additional steps

After adding a new email address, you may need to: