Install-VBRAvailableUpdates

Short Description

Installs available software updates.

Applies to

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

Syntax

This cmdlet provides parameter sets that allow you to:

  • Install software updates on all servers.

Install-VBRAvailableUpdates -InstallAll  [<CommonParameters>]

  • Install software updates on a specific list of servers.

Install-VBRAvailableUpdates -ServerId <Guid[]>  [<CommonParameters>]

Detailed Description

This cmdlet installs available software updates on all servers or a specific list of servers.

Parameters

Parameter

Description

Type

Required

Position

Accept Pipeline Input

InstallAll

Defines if updates are installed on all servers.

SwitchParameter

True

Named

False

ServerId

Specifies the servers you want to install updates on.

Guid

True

Named

True (ByPropertyName, ByValue)

<CommonParameters>

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

Output Object

None.

Examples

Example 1. Installing Updates on All Servers

This command installs software updates on all servers.

Install-VBRAvailableUpdates -InstallAll

Example 2. Installing Updates on Specific Servers

This command installs software updates on the servers with the IDs f2957c9c-2201-4473-9247-0590de4cc412 and 935d3e38-d444-4ef4-abae-d43f2f8b4ba1.

Install-VBRAvailableUpdates -ServerId "f2957c9c-2201-4473-9247-0590de4cc412", "935d3e38-d444-4ef4-abae-d43f2f8b4ba1"

Related Commands

Get-VBRAvailableUpdates

Page updated 8/4/2025

Page content applies to build 13.0.0.4967