Exchange 2019: Create new mailbox with PowerShell
Here is a quick tip on creating a mailbox with PowerShell in Exchange 2019, it is a simple command that will prompt you for the password and once done you will have a new user.
There are more options you can set with the command but we will just create a simple user in this example:
- New-Mailbox -Name edward -UserPrincipalName edward@thexchangelab.com
http://everything-powershell.com/wp-content/uploads/2019/01/newmailbox.png
If you have a large number of users to create then you can use a CSV file to read all the info and create them for you.