Get-VBRAvailableUpdates
Short Description
Returns available software updates for a Linux-based backup server or a Veeam Infrastructure Appliance.
Applies to
Product Edition: Standard, Enterprise, Enterprise Plus, Veeam Universal License
Syntax
|
Get-VBRAvailableUpdates [-ServerName <String>] [<CommonParameters>] |
Detailed Description
This cmdlet returns all available software updates for the specified Linux-based backup server or Veeam Infrastructure Appliance.
Parameters
|
Parameter |
Description |
Type |
Required |
Position |
Accept Pipeline Input |
|---|---|---|---|---|---|
|
ServerName |
Specifies the server you want to view available updates for. |
String |
False |
Named |
False |
<CommonParameters>
This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see Microsoft Docs.
Output Object
VBRAvailableUpdates
Examples
Example 1. Getting Available Updates For All Servers
|
This command returns available software updates for all servers.
|
Example 2. Getting Available Updates For Specific Server
|
This command returns available software updates for the server example.server.local.
|
Related Commands