Forum Discussion
DaveW
Oct 02, 2023Copper Contributor
Set-CalendarProcessing - BookInPolicy Query
Hi All, I've found when running this cmdlet: Set-CalendarProcessing -Identity <Room Name> -BookInPolicy ((Get-CalendarProcessing <ROOM NAME).BookInPolicy + ($User)) it modifies the Default User Ac...
- Oct 02, 2023No, it should reflect the updated membership of the DG. Keep in mind that the Update-DistributionGroupMember cmdlet *overwrites* the group membership, you might want to use Add-DistributionGroupMember instead.
VasilMichev
Oct 02, 2023MVP
No, it should reflect the updated membership of the DG. Keep in mind that the Update-DistributionGroupMember cmdlet *overwrites* the group membership, you might want to use Add-DistributionGroupMember instead.
- DaveWOct 02, 2023Copper Contributor
VasilMichev Thanx for the response. I thought as much but just wanted to be 100%!