Applies to: Exchange Server 2013

Topic Last Modified: 2012-06-07

Use the Resume-MalwareFilterRecoveryItem cmdlet to resubmit messages in the malware filter recovery store into the transport pipeline.

For information about the parameter sets in the Syntax section below, see Syntax.

Syntax

Resume-MalwareFilterRecoveryItem -Identity <String> [-Confirm [<SwitchParameter>]] [-Remove <$true | $false>] [-WhatIf [<SwitchParameter>]]

Examples

Example 1

This example resubmits the message file named 5c695d7e-6642-4681-a4b0-9e7a86613cb7@contoso.com.frf into the transport pipeline.

Copy Code
Resume-MalwareFilterRecoveryItem 5c695d7e-6642-4681-a4b0-9e7a86613cb7@contoso.com.frf

Example 2

This example resubmits all messages in the malware filter recovery into the transport pipeline.

Copy Code
Get-MalwareFilterRecoveryItem | Resume-MalwareFilterRecoveryItem

Detailed Description

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-malware" entry in the Anti-Spam and Anti-Malware Permissions topic.

Parameters

Parameter Required Type Description

Identity

Required

System.String

The Identity parameter specifies the message file in the malware filter recovery store you want to resubmit into the transport pipeline. By default, the malware filter recovery store is located at %ExchangeInstallPath%TransportRoles\data\Filtering\Undeliverable. Message files in the malware filter recovery store are named using the syntax <Message-ID>.frf. For example, valid input for this parameter is 5c695d7e-6642-4681-a4b0-9e7a86613cb7@contoso.com.frf.

Confirm

Optional

System.Management.Automation.SwitchParameter

The Confirm switch causes the command to pause processing and requires you to acknowledge what the command will do before processing continues. You don't have to specify a value with the Confirm switch.

Remove

Optional

System.Boolean

The Remove parameter removes or keeps the message file in the malware filter recovery store after the message is resubmitted into the transport pipeline. Valid input for this parameter is $true or $false. The default value is $true. This means that messages files are removed from the malware filter recovery store when the message is resubmitted into the transport pipeline.

WhatIf

Optional

System.Management.Automation.SwitchParameter

The WhatIf switch instructs the command to simulate the actions that it would take on the object. By using the WhatIf switch, you can view what changes would occur without having to apply any of those changes. You don't have to specify a value with the WhatIf switch.

Input Types

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.

Return Types

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.