Create a Distribution Group in Office 365

Hello,

You can create a “Cloud Only” distribution list in office 365, without extending the onpremise Active Directory schema with the following line :

$ArrayMembers = @('Member1','Member2')
New-DistributionGroup -DisplayName "The Name in Outlook" -Name "My Distribution List" -Members $ArrayMembers

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.