Synchronize/Mirror AD Security Group Membership Script
I need to synchronize group membership for several AD security groups. I was able to put together a script that will add any new group members from the source security group to the destination security group, however, I also need to be able to have the script remove members from the destination security group, when they are removed from the source. How can I modify this script to achieve this?