Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 0 additions & 30 deletions exchange/exchange-ps/ExchangePowerShell/Get-MailDetailATPReport.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ Get-MailDetailATPReport
[-Domain <MultiValuedProperty>]
[-EndDate <DateTime>]
[-EventType <MultiValuedProperty>]
[-MalwareName <MultiValuedProperty>]
[-MessageId <MultiValuedProperty>]
[-MessageTraceId <MultiValuedProperty>]
[-Page <Int32>]
Expand Down Expand Up @@ -59,7 +58,6 @@ For the reporting period you specify, the cmdlet returns the following informati
- Verdict Type
- Action
- File Name
- Malware Name

This cmdlet is limited to 10,000 results. If you reach this limit, you can use the available parameters to filter the output.

Expand Down Expand Up @@ -201,34 +199,6 @@ Accept pipeline input: False
Accept wildcard characters: False
```

### -MalwareName

> Applicable: Exchange Online, Built-in security add-on for on-premises mailboxes

The MalwareName parameter filters the results by malware payload. Valid values are:

- Excel
- EXE
- Flash
- Others
- PDF
- PowerPoint
- URL

You can specify multiple values separated by commas.

```yaml
Type: MultiValuedProperty
Parameter Sets: (All)
Aliases:

Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
```

### -MessageId

> Applicable: Exchange Online, Built-in security add-on for on-premises mailboxes
Expand Down
Loading