<

Exchange 2019 - Create a distribution group with PowerShell

Posted on
6,017 Points
17 Views
Last Modified:
Published
Experience Level: Beginner
2:25
Edward van Biljon (MVP)
Experienced Messaging Specialist with a demonstrated history of working in the information technology and services industry.
In this simple video we show you how to create a simple distribution list using PowerShell and also how to view it in the Exchange Admin Center (EAC).

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-DistributionGroup -DisplayName "MyGroup" -Name "Group1"
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.
A long time ago, Experts-Exchange asked me to write a little article about some Exchange interesting Powershell commands. But I was never able to finish it properly. Here is the result of this work. Exchange has been the first Microsoft product …