Get-VBRProtectionGroupUnixPackage
Short Description
Returns Veeam Agents for Unix packages.
Applies to
Product Edition: Standard, Enterprise, Enterprise Plus, Veeam Universal License
Syntax
Get-VBRProtectionGroupUnixPackage [-Name <String>] [<CommonParameters>] |
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 (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 VBRProtectionGroupUnixPackage object that contains Veeam Agents for Unix packages.
Examples
Getting all Veeam Agents for Unix Packages
This command returns an array of all Veeam Agents for Unix packages.
Get-VBRProtectionGroupUnixPackage |