Hi @Glenn Maxwell ,
You could use the following syntax:
ForEach ($item in $List){Set-DistributionGroup -Identity $item.DLAlias -ManagedBy @{Add=$item.AddOwner;Remove=$item.RemoveOwner} -Confirm:$False -BypassSecurityGroupManagerCheck }
If an Answer is helpful, please click "Accept Answer" and upvote it.
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.