I need to specify my need.
I have the following variable:
$domain = test.com, test2.com
I tried to execute it with the following command but it keeps deleting the last record:
`$domain | % {set-transportrule test -RecipientAddressContainsWords $_}
So how do I manage to do that?
Thanks for your help