Get-VBRDiscoveredComputerUpdate
Short Description
Returns available Veeam Agent private fixes.
Applies to
Product Edition: Community, Standard, Enterprise, Enterprise Plus, Veeam Universal License
Syntax
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 | Accept |
---|---|---|---|---|---|
Id | Specifies the issue number of the private fix. The cmdlet will return private fixes with this number. | False | Named | True (ByValue, | False |
AgentVersion | Specifies the version of the private fix. The cmdlet will return private fixes of this version. | False | Named | True (ByProperty | 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
Example 1
This command returns all available private fixes.
Example 2
This command returns private fixes by the issue number.
Example 3
This command returns private fixes by the major and minor version numbers.
Example 4
This command returns private fixes by the major and minor version numbers, the build number and the revision number.