VBRMalwareDetectionExclusion
Represents a machine added to the malware detection exclusions list, together with the per-machine exclusion settings.
Properties
Property |
Type |
Description |
|---|---|---|
Id |
Guid |
ID of the excluded machine. |
Name |
String |
Name of the excluded machine. |
Platform |
Platform of the excluded machine. |
|
Note |
String |
User-defined note attached to the exclusion. |
ExcludedPaths |
String[] |
Array of file or folder paths skipped from file system activity analysis for the machine. |
ExcludedActivities |
Array of malware detection activities skipped for the machine. |
|
AutoScanDisabled |
Boolean |
Indicates whether autoscan is disabled for the machine. |
ExcludeEntireObject |
Boolean |
Indicates whether the entire machine is excluded from all file system activity analysis and inline entropy analysis malware detection mechanisms. Set by the ExcludeEntireObject parameter on Add-VBRMalwareDetectionExclusion or Set-VBRMalwareDetectionExclusion. |
Related Commands