--- title: "VBRDiscoveredComputerUpdate" description: "Contains a Veeam Agent private fix. Property Type Description ulong The issue number of the private fix. string The name of the private fix. VBRAgentType The type of a Veeam Agent: Version The version of the private fix." canonical: "https://helpcenter.veeam.com/docs/vbr/powershell/vbrdiscoveredcomputerupdate.html" breadcrumb: "Veeam PowerShell Reference > Veeam PowerShell Reference > Veeam PowerShell Types > VBRDiscoveredComputerUpdate" dateModified: "2026-08-19" --- # VBRDiscoveredComputerUpdate Contains a Veeam Agent private fix. ## Properties
|
Property |
Type |
Description |
|---|---|---|
|
Id |
ulong |
The issue number of the private fix. |
|
Name |
string |
The name of the private fix. |
|
AgentType |
VBRAgentType |
The type of a Veeam Agent:
|
|
AgentVersion |
Version |
The version of the private fix. |
|
OperatingSystemPlatform |
VBROperatingSystemPlatform |
The architecture of the Veeam Agent operating system:
|
|
OperatingSystemVersion |
Version |
The version of the Veeam Agent operating system. |
|
Path |
String |
The full path to the folder on the distribution server where the private fix resides. |
|
AppliedTo |
Guid[] |
The array of discovered computer IDs. The private fix is assigned to these discovered computers. If this property is empty, the private fix is assigned to all discovered computers with Veeam Agents of a specified type. |