A cloud-based service included in Microsoft 365, delivering scalable messaging and collaboration features with simplified management and automatic updates.
Hi @Glenn Maxwell,
You can try to use the following command to create DistributionGroup in exchange online then set owner as ******@contoso.com & ******@contoso.com
New-DistributionGroup -Name “DL-Test” -Alias DL-Test -DisplayName “DL-Test” -PrimarySmtpAddress “******@contoso.com” -ManagedBy ******@contoso.com,******@contoso.com
You can try to use the following command to create a UnifiedGroup in exchange online and then set the owner as ******@contoso.com & ******@contoso.com
New-UnifiedGroup -DisplayName "UG-Test" -Alias UG-Test -PrimarySmtpAddress "******@contoso.com" -Members ******@contoso.com,******@contoso.com -ManagedBy ******@contoso.com,user2@contoso .com
For more details, please check the link below.
https://learn.microsoft.com/en-us/powershell/module/exchange/new-distributiongroup?view=exchange-ps
https://learn.microsoft.com/en-us/powershell/module/exchange/new-unifiedgroup?view=exchange-ps
Best Regards,
Dezhi
If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".