Get-VBRMalwareDetectionObject

Short Description

Returns machines affected by malware.

Applies to

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

Syntax

This cmdlet provides parameter sets that allow you to:

  • Get machines and hosts affected by malware by their IDs.

Get-VBRMalwareDetectionObject -ObjectId <Guid[]>  [<CommonParameters>]

  • Get machines and hosts affected by malware by their names.

Get-VBRMalwareDetectionObject -ObjectName <String[]>  [<CommonParameters>]

Detailed Description

This cmdlet returns machines affected by malware.

Parameters

Parameter

Description

Type

Required

Position

Accept Pipeline Input

ObjectId

Specifies an array of IDs of hosts and machines affected by malware. The cmdlet will return hosts and machines by these IDs.

Guid[]

True

Named

True (ByPropertyName, ByValue)

ObjectName

Specifies an array of names of hosts and machines affected by malware. The cmdlet will return hosts and 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

VBRMalwareDetectionObject

Examples

Get-VBRMalwareDetectionObjectExample 1. Getting Malware Affected Machines by IDs

Get-VBRMalwareDetectionObjectExample 2. Getting Malware Affected Machines by Names

Page updated 8/14/2024

Page content applies to build 12.3.1.1139