Manage group calendars
Powershell scripts to add and remove a member from a security group.
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"
Condeco Microsoft 365 integration home