Add and Remove Distribution Group Members Powershell
Add and Remove Distribution Group Members Powershell Lets look at some quick Powershell one liners to Remove and Add Distribution Group Members. Add DistributionGroup Member: Add-DistributionGroupMember -Identity LazyAdmins -Member ShaunH Remove DistributionGroup Member: Remove-DistributionGroupMember -Identity LazyUsers -Member John.Long Quick and Simple One liners. #ThatLazyAdmin
