Powershell Script helps to copy members of one DL to new DL
Get-DistributionGroupMember “DL1” | get-mailbox | Add-DistributionGroupMember “DL2”
Powershell Script helps to copy members of one DL to new DL
Get-DistributionGroupMember “DL1” | get-mailbox | Add-DistributionGroupMember “DL2”
The input object cannot be bound to any parameters for the command either because the command does not take
pipeline input or the input and its properties do not match any of the parameters that take pipeline input.