Install-VBRAvailableUpdates
Short Description
Installs available software updates on a Linux-based backup server or a Veeam Infrastructure Appliance.
Product Edition: Standard, Enterprise, Enterprise Plus, Veeam Universal License
Syntax
This cmdlet provides the following parameter sets:
-
InstallAllInstall-VBRAvailableUpdates [-InstallAll] [<CommonParameters>]
-
InstallSelectedInstall-VBRAvailableUpdates -ServerId <Guid[]> [<CommonParameters>]
Detailed Description
This cmdlet installs available software updates on the Linux-based backup server and all Veeam Infrastructure Appliances or a specific list of servers.
Parameters
|
Parameter |
Description |
Type |
Required |
Position |
Accept Pipeline Input |
|---|---|---|---|---|---|
|
InstallAll |
Defines if updates are installed on all Linux-based servers. |
|
True |
Named |
False |
|
ServerId |
Specifies the Linux-based servers you want to install updates on. |
|
True |
Named |
True (ByPropertyName, ByValue) |
<CommonParameters>
This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see Microsoft Docs.
Examples
Example 1. Installing Updates on all Linux-Based Servers
|
This command installs software updates on all Linux-based servers.
|
Example 2. Installing Updates on Specific Linux-Based Servers
|
This example shows how to install software updates on the Linux-based servers with specific ID.
Perform the following steps:
|
Related Commands
Get-VBRAvailableUpdatesReturns available software updates for a Linux-based backup server or a Veeam Infrastructure Appliance.