Get-VBRMalwareDetectionObject
Short Description
Returns machines affected by malware.
Product Edition: Standard, Enterprise, Enterprise Plus, Veeam Universal License
Syntax
This cmdlet provides the following parameter sets:
-
AllParameterSets (Default)Get-VBRMalwareDetectionObject [<CommonParameters>]
-
ObjectIdGet-VBRMalwareDetectionObject -ObjectId <Guid[]> [<CommonParameters>]
-
ObjectNameGet-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. |
|
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. |
|
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
Example 1. Getting Malware Affected Machines by IDs
|
This command returns the
|
Example 2. Getting Malware Affected Machines by Names
|
This command returns the
|