If I ran this command would it append to existing email addreses without affecting the remaining Properties?
Set-Transportrule “MOFIS Redirect” -FromAddressMatchesPatterns “mea1@ddd.ac.uk”,"mea2@eee.sc.uk","mea3@fff.ac.uk" -RedirectMessageTo “ebswftest@mdx.ac.uk”
The documentation on this is not very helpful, is it?
I’m not familiar with the cmdlet but everything I’ve read suggests that existing addresses will be overwritten. The general consensus is that you have to update the collection. e.g
Yes, the list of addresses will definitely get overwritten. I verified with my own testing. You will need to include the original email addresses in the list of additional ones. You can add all of the addresses in a text file and use the get-content command as the parameter input: