Create alternate outlook email address

To create an alternate Outlook email address, you can follow these steps:

Method 1: Using the Outlook Web App

  1. Log in to your Outlook account using the Outlook Web App.
  2. Click on the gear icon in the top right corner of the page and select "View all Outlook settings".
  3. Scroll down to the "Mail" section and click on "Accounts".
  4. Click on "Add an account" and select "Alternate email address".
  5. Enter the new email address you want to create as an alternate address.
  6. Click "Save" to save the changes.

Method 2: Using the Outlook Desktop App

  1. Open the Outlook desktop app on your computer.
  2. Click on the "File" menu and select "Account Settings".
  3. Click on "Account Settings" again in the pop-up window.
  4. Select the email account you want to add the alternate address to.
  5. Click on "Change" next to "Email addresses".
  6. Click on "Add" and enter the new email address you want to create as an alternate address.
  7. Click "OK" to save the changes.

Method 3: Using PowerShell

  1. Open PowerShell on your computer.
  2. Run the following command to add an alternate email address: Set-Mailbox -Identity <your_email_address> -EmailAddresses @{Add=<new_email_address>}
  3. Replace <your_email_address> with your current email address and <new_email_address> with the new email address you want to create as an alternate address.

Note: You need to have administrative privileges to use PowerShell to manage your email account.

After creating the alternate email address, you can use it to receive emails and manage your email account.