This is an archive version of the document. To get the most up-to-date information, see the current version.

Get-VBRDiscoveredComputerUpdate

Short Description

Returns available Veeam Agent private fixes.

Applies to

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

Syntax

Get-VBRDiscoveredComputerUpdate [-Id <uint64>] [-AgentVersion <version>]  [<CommonParameters>]

Detailed Description

This cmdlet returns the list of available Veeam Agent private fixes.

You can get all available private fixes or search for instances directly by the issue number or version.

Parameters

Parameter

Description

Required

Position

Accept
Pipeline
Input

Accept
Wildcard
Characters

Id

Specifies the issue number of the private fix. The cmdlet will return private fixes with this number.

False

Named

True (ByValue,
ByProperty
Name)

False

AgentVersion

Specifies the version of the private fix.

The cmdlet will return private fixes of this version.

False

Named

True (ByProperty
Name)

False

<CommonParameters>

This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see the About CommonParameters section of Microsoft Docs.

Return Type

VBRDiscoveredComputerUpdate[]

Example 1

This command returns all available private fixes.

Get-VBRDiscoveredComputerUpdate

Example 2

This command returns private fixes by the issue number.

Get-VBRDiscoveredComputerUpdate -Id 188235

Example 3

This command returns private fixes by the major and minor version numbers.

Get-VBRDiscoveredComputerUpdate -AgentVersion 2.1

Example 4

This command returns private fixes by the major and minor version numbers, the build number and the revision number.

Get-VBRDiscoveredComputerUpdate -AgentVersion 2.1.10.304