--- title: "Get-VBRAvailableUpdates" description: "This cmdlet returns all available software updates for the specified Linux-based backup server or Veeam Infrastructure Appliance." canonical: "https://helpcenter.veeam.com/docs/vbr/powershell/get-vbravailableupdates.html" breadcrumb: "Veeam PowerShell Reference > Veeam PowerShell Reference > Veeam Updater > Get-VBRAvailableUpdates" dateModified: "2026-08-19" --- # Get-VBRAvailableUpdates ## Short Description Returns available software updates for a Linux-based backup server or a Veeam Infrastructure Appliance. **Product Edition**: Standard, Enterprise, Enterprise Plus, Veeam Universal License ## Syntax ``` Get-VBRAvailableUpdates [-ServerName ] [] ``` ## 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

`` This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see [ Microsoft Docs](https://docs.microsoft.com/en-us/powershell/module/microsoft.powershell.core/about/about_commonparameters?view=powershell-7). ## Output Object `VBRAvailableUpdates` ## Examples ::: example ### Example 1. Getting Available Updates For All Servers This command returns available software updates for all servers. ``` Get-VBRAvailableUpdates ``` ::: ::: example ### Example 2. Getting Available Updates For Specific Server This command returns available software updates for the server example.server.local. ``` Get-VBRAvailableUpdates -ServerName "example.server.local" ``` ::: ## Related Commands [`Install-VBRAvailableUpdates`](install-vbravailableupdates.md)