Use the Shell to enable or disable Sender ID
To disable Sender ID, run the following command:
Set-SenderIDConfig -Enabled $false
To enable Sender ID, run the following command:
Set-SenderIDConfig -Enabled $true
TEST
Get-SenderIDConfig | Format-List Enabled
SPOOFED MESSAGES
Set-SenderIDConfig -SpoofedDomainAction
ADD SENDER DOMAIN EXCEPTIONS
Set-SenderIDConfig -BypassedRecipients
MODIFY DELETE SENDER DOMAIN EXCEPTIONS
Set-SenderIDConfig -BypassedRecipients kim@contoso.com,john@contoso.com -BypassedSenderDomains fabrikam.com
Set-SenderIDConfig -BypassedRecipients @{Add=”