Remove-VBRMalwareDetectionExclusion

Short Description

Removes machines from a malware exclusions list.

Product Edition: Standard, Enterprise, Enterprise Plus, Veeam Universal License

Syntax

Remove-VBRMalwareDetectionExclusion -Exclusion <VBRMalwareDetectionExclusion> [<CommonParameters>]

Detailed Description

Removes machines from a malware exclusions list.

Parameters

Parameters

Parameter

Description

Type

Required

Position

Accept Pipeline Input

Exclusion

Specifies an array of machines. The cmdlet will remove these machines from a malware exclusions list.

Accepts the VBRMalwareDetectionExclusion[] object. To create this object, run the Get-VBRMalwareDetectionExclusionReturns a list of machines added to malware exclusions. cmdlet.

VBRMalwareDetectionExclusion

True

Named

False

<CommonParameters>

This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see Microsoft Docs.

Examples

Removing Machines from Malware Exclusions List

This example shows how to remove all machines from malware exclusions list.

$excludedvm = Get-VBRMalwareDetectionExclusion

Remove-VBRMalwareDetectionExclusion -Exclusion $excludedvm -Note

Perform the following steps:

  1. Run the Get-VBRMalwareDetectionExclusionReturns a list of machines added to malware exclusions. cmdlet. Save the result to the $excludedvm variable.
  2. Run the Remove-VBRMalwareDetectionExclusion cmdlet. Set the $excludedvm variable as the Exclusion parameter value. Provide the Note parameter.

Get-VBRMalwareDetectionExclusionReturns a list of machines added to malware exclusions.

Page updated 2026-08-19

Page content applies to build 13.1.1.18