To replace the existing values, run the following command: Set-SenderFilterConfig -BlockedSenders <sender1,sender2...> -BlockedDomains <domain1,domain2...> -BlockedDomainsAndSubdomains <domain1,domain2...> To add or remove entries without modifying any existing values, run the following command: Set-SenderFilterConfig -BlockedSenders @{Add="<sender1>","<sender2>"...; Remove="<sender1>","<sender2>"...} -BlockedDomains @{Add="<domain1>" To verify that you have successfully configured blocked senders, do the following: Run the following command: Get-SenderFilterConfig | Format-List BlockedSenders,BlockedDomains,BlockedDomainsAndSubdomains Verify the values displayed are the values you configure |
ID de l'article : SLN289417
Date de la dernière modification : 02/18/2014 12:00 AM
Merci pour vos commentaires.