<

Exchange 2019:- Create a mailbox using PowerShell

Posted on
6,012 Points
12 Views
Last Modified:
Published
Experience Level: Beginner
2:48
Edward van Biljon
Experienced Messaging Specialist with a demonstrated history of working in the information technology and services industry.
In this video we demonstrate how easy it is to create a mailbox in the Exchange Management Shell compared to creating a mailbox in the Exchange Admin Center. The default password used is for illustration purposes only so please change it when creating your own.

Video Steps

1. Launch Exchange Management Shell

Click on Start and then expand Exchange Server 2019 and right click on the Exchange Management Shell and select "Run as Administrator"

2. Type in command

Type in the command: New-Mailbox -Name User4 -UserPrincipalName user4@tlab.local -Password (ConvertTo-SecureString -String '<Password>' -AsPlainText -Force) -FirstName "User4"
0
0 Comments
In this article, I would like to show how to grab a webpage's content in PowerShell to detect if there's any changes within an interval of time.
Since Azure DevOps Server 2022 finally supports a deployment on Server Core, I can replace another GUI Server in my LAB. In this write up, I will show you all the steps to get it up and running in your environment.