

New-Mailbox -Name "Info Box2" -Alias "Info2" –Shared -PrimarySmtpAddress PowerShell output shows the new Shared Mailbox with a different Alias and Email address. Use the below PowerShell command example. PowerShell command syntax: New-Mailbox -Name "Shared Mailbox Name" -Alias "Alias" –Shared -PrimarySmtpAddress "Email Address" In this part, we will show you how to create a new shared mailbox where you can choose your Alias and Email address. Create new Shared Mailbox with Alias and Email Address PS C:\> New-Mailbox -Name "Info Box" -Shared The PowerShell output shows the new shared mailbox you created.

PowerShell command syntax: New-Mailbox -Name "Shared Mailbox Name" -Shared To inform Exchange that we want to create a Shared mailbox type, we use the parameter -Shared. Connect-ExchangeOnline Create new Shared MailboxĪ shared mailbox is a special type of Exchange mailbox.

To be able to run the PowerShell commands, you will need to Connect to Exchange Online PowerShell.
