$Signature = @"
  
%%FirstName%% %%LastName%%
%%Title%%
%%Company%% - %%Department%%
Office phone: %%Phone%% - Cell phone: %%MobilePhone%% - Fax: %%Fax%%
%%WindowsEmailAddress%%
"@ $SignatureRule = @{ Name = 'Test Signature' Enabled = $true Comments = 'Standard Signature Transport Rule' Priority = 0 ApplyHtmlDisclaimerLocation = 'Append' ApplyHtmlDisclaimerFallbackAction = 'Wrap' ApplyHtmlDisclaimerText = $Signature ExceptIfSubjectMatchesPattern = '^RE: ','^FW: ' } New-TransportRule @SignatureRule