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 | Type | Required | Position | Accept |
---|---|---|---|---|---|
Id | Specifies the issue number of the private fix. The cmdlet will return private fixes with this number. | Uint64 | False | Named | True (ByValue, |
AgentVersion | Specifies the version of the private fix. The cmdlet will return private fixes of this version. | Version | False | Named | True (ByProperty |
<CommonParameters>
This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see Microsoft Docs.
Output Object
Examples
Example 1. Returning All Available Private Fixes
This command returns all available private fixes.
|
Example 2. Returning Private Fixes by Issue Number
This command returns private fixes by the issue number.
|
Example 3. Returning Private Fixes by Version Number
This command returns private fixes by the major and minor version numbers.
|
Example 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.
|