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
|
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 |
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:
- Run the
Get-VBRMalwareDetectionExclusionReturns a list of machines added to malware exclusions. cmdlet. Save the result to the$excludedvmvariable. - Run the
Remove-VBRMalwareDetectionExclusioncmdlet. Set the$excludedvmvariable as theExclusionparameter value. Provide theNoteparameter.
Related Commands
Get-VBRMalwareDetectionExclusionReturns a list of machines added to malware exclusions.