Get-VBRMalwareDetectionEvent
Short Description
Returns malware detection events for machines.
Applies to
Product Edition: Standard, Enterprise, Enterprise Plus, Veeam Universal License
Syntax
This cmdlet provides parameter sets that allow you to:
- Get malware detection events for machines using their IDs.
Get-VBRMalwareDetectionEvent -ObjectId <Guid[]> [<CommonParameters>] |
- Get malware detection events for machines using their names.
Get-VBRMalwareDetectionEvent -ObjectName <String[]> [<CommonParameters>] |
Detailed Description
This cmdlet returns malware detection events for machines.
Parameters
Parameter | Description | Type | Required | Position | Accept Pipeline Input |
---|---|---|---|---|---|
ObjectId | Specifies an array of IDs for machines. The cmdlet will return malware detection events machines with these IDs. | Guid[] | True | Named | True (ByPropertyName, ByValue) |
ObjectName | Specifies an array of names for machines. The cmdlet will return malware detection events for machines with these names. | String[] | True | Named | True (ByPropertyName, ByValue) |
<CommonParameters>
This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see Microsoft Docs.
Output Object
Examples
Getting all Malware Detection Events for all Machines
This command returns all malware events for all machines.
Get-VBRMalwareDetectionEvent |