New-VBRManuallyDeployedContainer

Short Description

Defines a scope of Veeam Agent setup files.

Applies to

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

Syntax

New-VBRManuallyDeployedContainer -Path <String> [-WindowsPackage] [-MacPackage] [-LinuxPackage <VBRProtectionGroupLinuxPackage[]>] [-UnixPackage <VBRProtectionGroupUnixPackage[]>]  [<CommonParameters>]

Detailed Description

This cmdlet creates the VBRManuallyDeployedContainer object. This object defines a scope of Veeam Agent setup files that you want to export to computers.

Parameters

Parameter

Description

Type

Required

Position

Accept Pipeline Input

Path

Specifies a path to the folder to which Veeam Backup & Replication will export Veeam Agent setup files.

String

True

Named

True (ByValue, ByPropertyName)

WindowsPackage

Defines that the cmdlet will export Veeam Agent for Microsoft Windows setup files.

Default: False.

SwitchParameter

False

Named

True (ByValue, ByPropertyName)

MacPackage

Defines that the cmdlet will export Veeam Agent for macOS setup files.

Default: False.

SwitchParameter

False

Named

True (ByValue, ByPropertyName)

LinuxPackage

Specifies an array of Linux-based setup files.

Accepts the VBRProtectionGroupLinuxPackage[] object. To create this object, run the Get-VBRProtectionGroupLinuxPackage cmdlet.

False

Named

True (ByValue, ByPropertyName)

UnixPackage

Specifies an array of Unix-based setup files.

Accepts the VBRProtectionGroupUnixPackage[] object. To create this object, run the Get-VBRProtectionGroupUnixPackage cmdlet.

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 VBRManuallyDeployedContainer object that defines a scope of Veeam Agent setup files that you want to export to computers.

Examples

Defining Scope of Veeam Agent Microsoft Windows Setup Files

This command exports Veeam Agent for Microsoft Windows setup files to the C:\container folder path.

New-VBRManuallyDeployedContainer -Path "C:\container" -WindowsPackage

Page updated 3/6/2024

Page content applies to build 12.1.1.56