Get-VBRMalwareDetectionEvent

Short Description

Returns malware detection events for machines.

Note

This cmdlet is available starting from Veeam Backup & Replication 12.1 (build 12.1.0.2131).

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

VBRMalwareDetectionEvent

Examples

Getting all Malware Detection Events for all Machines

This command returns all malware events for all machines.

Get-VBRMalwareDetectionEvent

Page updated 3/8/2024

Page content applies to build 12.1.1.56