Rexxer

Some tips for me and other

Exchange + Remove messages from outbound queue

Remove-Message -Filter {Subject -eq "FYI"} -WithNDR $false
Remove-Message -Filter {FromAddress -eq "j.smith@mail.com"} -WithNDR $false

Comments are currently closed.