Get-VBRDiscoveredComputerUpdate

Short Description

Returns available Veeam Agent private fixes.

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

Parameters

Parameter

Description

Type

Required

Position

Accept Pipeline Input

AgentVersion

Specifies the version of the private fix.

The cmdlet will return private fixes of this version.

Version

False

Named

True (ByPropertyName)

Id

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

UInt64

False

Named

True (ByPropertyName, ByValue)

<CommonParameters>

This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see Microsoft Docs.

Output Object

VBRDiscoveredComputerUpdate[]

Examples

Get-VBRDiscoveredComputerUpdateExample 1. Returning All Available Private Fixes

This command returns all available private fixes.

Get-VBRDiscoveredComputerUpdate

Get-VBRDiscoveredComputerUpdateExample 2. Returning Private Fixes by Issue Number

This command returns private fixes by the issue number.

Get-VBRDiscoveredComputerUpdate -Id 188235

Get-VBRDiscoveredComputerUpdateExample 3. Returning Private Fixes by Version Number

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

Get-VBRDiscoveredComputerUpdate -AgentVersion 2.1

Get-VBRDiscoveredComputerUpdateExample 4. Returning Private Fixes by Version, Build and Revision Numbers

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

Page updated 2026-08-19

Page content applies to build 13.1.1.18