PowerShell to Add a User to a Distribution Group

#Connect to Exchange Online
Connect-ExchangeOnline -ShowBanner:$False

#Add User to the Distribution Group
Add-DistributionGroupMember –Identity "Sales@Crescent.com" -Member "Steve@Crescent.com"


Revision #2
Created 2023-11-10 04:44:32 UTC by Ryan
Updated 2025-03-12 15:47:53 UTC by Ryan