Get-VBRProtectionGroupLinuxPackage

Short Description

Returns Veeam Agents for Linux and Unix packages.

Applies to

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

Syntax

Get-VBRProtectionGroupLinuxPackage [-Name <String>] [-LinuxDistributionName <String[]>] [-LinuxPackageBitness <EOSPlatform>] [-Type <VBRLinuxAgentPackageType>]  [<CommonParameters>]

Detailed Description

This cmdlet returns Veeam Agents for Linux and Unix packages.

Parameters

Parameter

Description

Type

Required

Position

Accept Pipeline Input

LinuxDistributionName

Specifies an array of Veeam Agents for Linux packages that you specify for this parameter. The cmdlet will return Linux packages with these names.

String[]

False

Named

True (ByValue, ByPropertyName)

Name

Specifies a name of the Veeam Agent for a Linux package. The cmdlet will return Linux packages with this name.

String

False

Named

True (ByValue, ByPropertyName)

LinuxPackageBitness

Specifies an operating system version of Veeam Agent for Linux packages. You can specify one of the following types of operating systems:

  • X86
  • X64
  • Unknown

EOSPlatform

False

Named

True (ByValue, ByPropertyName)

Type

Specifies one of the following Linux packages type:

  • Standard
  • Nosnap

VBRLinuxAgentPackageType

False

Named

True (ByValue, ByPropertyName)

<CommonParameters>

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

Output Object

The cmdlet returns the VBRProtectionGroupLinuxPackage object that contains Veeam Agent for Linux packages.

Examples

Get-VBRProtectionGroupLinuxPackageExample 1. Getting all Veeam Agents for Linux Packages

This command returns an array of all Veeam Agents for Linux packages.

Get-VBRProtectionGroupLinuxPackage

Get-VBRProtectionGroupLinuxPackageExample 2. Getting Veeam Agents for Linux Packages

This command returns an array of Debian and Ubuntu packages with the X64 operating system version.

Get-VBRProtectionGroupLinuxPackage -LinuxDistributionName "debian", "ubuntu" -LinuxPackageBitness X64

Page updated 3/6/2024

Page content applies to build 12.1.1.56