--- title: "Get-VBRProtectionGroupUnixPackage" description: "Returns Veeam Agents for Unix packages. Product Edition: Standard, Enterprise, Enterprise Plus, Veeam Universal License This cmdlet returns Veeam Agents for Unix packages." canonical: "https://helpcenter.veeam.com/docs/vbr/powershell/get-vbrprotectiongroupunixpackage.html" breadcrumb: "Veeam PowerShell Reference > Veeam PowerShell Reference > Veeam Agent Management > Working with Protection Groups > Veeam Agent Management Protection Groups > Get-VBRProtectionGroupUnixPackage" dateModified: "2026-08-19" --- # Get-VBRProtectionGroupUnixPackage ## Short Description Returns Veeam Agents for Unix packages. **Product Edition**: Standard, Enterprise, Enterprise Plus, Veeam Universal License ## Syntax ``` Get-VBRProtectionGroupUnixPackage [-Name ] [] ``` ## Detailed Description This cmdlet returns Veeam Agents for Unix packages. ## Parameters

Parameter

Description

Type

Required

Position

Accept Pipeline Input

Name

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

String

False

Named

True (ByPropertyName, ByValue)

`` 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 The cmdlet returns the [`VBRProtectionGroupUnixPackage`](vbrprotectiongroupunixpackage.md) object that contains Veeam Agents for Unix packages. ## Examples ::: example ### Getting all Veeam Agents for Unix Packages This command returns an array of all Veeam Agents for Unix packages. ``` Get-VBRProtectionGroupUnixPackage ``` :::