Create transport rule that forwards emails


Task: create transport rule that forwards emails sent to test@test.com and copy to test2@test.com

New-TransportRule -Name 'test' -Comments '' -Priority '0' -Enabled $true -SentTo 'test@test.com' -CopyTo 'test2@test.com'