Get-HostedOutboundSpamFilterPolicy
Applies to: Exchange Online
Topic Last Modified: 2012-06-07
This cmdlet is available only in the cloud-based service.
Use the Get-HostedOutboundSpamFilterPolicy cmdlet to view the settings of the outbound spam filter policy in your cloud-based organization.
For information about the parameter sets in the Syntax section below, see Syntax.
Get-HostedOutboundSpamFilterPolicy [-Identity <HostedOutboundSpamFilterPolicyIdParameter>] [-DomainController <Fqdn>] [-IgnoreDehydratedFlag <SwitchParameter>] [-Organization <OrganizationIdParameter>]
This example retrieves details about the outbound spam filter policy named Default.
Get-HostedOutboundSpamFilterPolicy Default | Format-List
You need to be assigned permissions before you can run this cmdlet. Although all parameters for this cmdlet are listed in this topic, you may not have access to some parameters if they're not included in the permissions assigned to you. To see what permissions you need, see the "Anti-spam" entry in the Feature Permissions in Exchange Online topic.
| Parameter | Required | Type | Description |
|---|---|---|---|
| DomainController | Optional | Microsoft.Exchange.Data.Fqdn | This parameter is reserved for internal Microsoft use. |
| Identity | Optional | Microsoft.Exchange.Configuration.Tasks.HostedOutboundSpamFilterPolicyIdParameter | The Identity parameter specifies the outbound spam filter policy you want to view. You can use any value that uniquely identifies the policy. For example, you can specify the name, GUID, or distinguished name (DN) of the outbound spam filter policy. |
| IgnoreDehydratedFlag | Optional | System.Management.Automation.SwitchParameter | This parameter is reserved for internal Microsoft use. |
| Organization | Optional | Microsoft.Exchange.Configuration.Tasks.OrganizationIdParameter | The Organization parameter is reserved for internal Microsoft use. |
To see the input types that this cmdlet accepts, see Cmdlet Input and Output Types. If the Input Type field for a cmdlet is blank, the cmdlet doesn’t accept input data.
To see the return types, which are also known as output types, that this cmdlet accepts, see Cmdlet Input and Output Types. If the Output Type field is blank, the cmdlet doesn’t return data.
