The following command will set all rule configurations to not intercept mail sent to support mailboxes at example.com. From the command line, type the following:
Set-SXGnterceptionRules -RecipientAddressLogic DoNotIntercept -RecipientAddressList support*@example.com
The following command sets the Site1Rules configuration to only intercept mail sent from userA@example.com and userB@example.com. From the command line, type the following:
Set-SXGnterceptionRules Site1Rules -SenderAddressLogic Intercept -SenderAddressList userA@example.com, userB@example.com
The following command sets all rule configurations to intercept all mail to example.com. From the command line, type the following:
Set-SXGnterceptionRules -RecipientDomainLogic Intercept -RecipientDomainList example.com