Remove User From Accept Emails From on Distribution Group
Set-DistributionGroup -identity "Name of your group" -AcceptMessagesOnlyFrom @{Remove="Alias/EmailAddress of the user"}
Remove User From Accept Emails From on Distribution Group
Set-DistributionGroup -identity "Name of your group" -AcceptMessagesOnlyFrom @{Remove="Alias/EmailAddress of the user"}