Microsoft 365 integration (formally Smart Calendar)
Add a member to the security group
Use the following PowerShell script to add members to the security group.
Add-DistributionGroupMember -Identity "Enter Group Name" -Member "Enter Mailbox id"
Remove a member from the security group
Use the following PowerShell script to remove members from the security group.
Remove-DistributionGroupMember -Identity "Enter Group Name" -Member "Enter Mailbox ID"
Post your comment on this topic.