Get-MailFilterListReport
Applies to: Exchange Online, Exchange Online Protection
This cmdlet is available only in the cloud-based service.
Use the Get-MailFilterListReport cmdlet to obtain values for various parameters that can be supplied to other reporting cmdlets.
For information about the parameter sets in the Syntax section below, see Syntax.
Get-MailFilterListReport [-Domain <MultiValuedProperty>] [-Expression <Expression>] [-ProbeTag <String>] [-SelectionTarget <MultiValuedProperty>]
This example uses the Get-MailFilterListReport cmdlet to return information about transport rules.
Get-MailFilterListReport -SelectionTarget TransportRule
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 "View reports" entry in the Feature permissions in Exchange Online topic.
| Parameter | Required | Type | Description |
|---|---|---|---|
| Domain | Optional | Microsoft.Exchange.Data.MultiValuedProperty |
The Domain parameter filters the results by an accepted domain in the cloud-based organization. You can specify multiple domain values separated by commas, or the value |
| Expression | Optional | System.Linq.Expressions.Expression | This parameter is reserved for internal Microsoft use. |
| ProbeTag | Optional | System.String | This parameter is reserved for internal Microsoft use. |
| SelectionTarget | Optional | Microsoft.Exchange.Data.MultiValuedProperty | The SelectionTarget parameter filters the report information by object type. Valid values for this parameter are: |
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.
