--- title: "VBRManuallyDeployedContainer" description: "Contains a scope of Veeam Agent setup files. New-VBRADContainer New-VBRIndividualComputerContainer New-VBRAmazonEC2Container New-VBRAzureContainer New-VBRCSVContainer New-VBRManuallyDeployedContainer" canonical: "https://helpcenter.veeam.com/docs/vbr/powershell/vbrmanuallydeployedcontainer.html" breadcrumb: "Veeam PowerShell Reference > Veeam PowerShell Reference > Veeam PowerShell Types > VBRManuallyDeployedContainer" dateModified: "2026-08-19" --- # VBRManuallyDeployedContainer Contains a scope of Veeam Agent setup files. ## Properties

Property

Type

Description

Path

string

The path to the Veeam Agent setup files.

LinuxPackages

VBRProtectionGroupLinuxPackage

Contains Veeam Agent for Linux packages.

UnixPackages

VBRProtectionGroupUnixPackage

Contains Veeam Agent for Unix packages.

IsWindowsChecked

bool

Indicates if Veeam Agent for Microsoft Windows setup files must be exported (TRUE) or not (FALSE).

IsLinuxChecked

bool

Indicates if Veeam Agent for Linux setup files must be exported (TRUE) or not (FALSE).

IsUnixChecked

bool

Indicates if Veeam Agent for Unix setup files must be exported (TRUE) or not (FALSE).

IsMacChecked

bool

Indicates if Veeam Agent for Mac setup files must be exported (TRUE) or not (FALSE).

## Related Commands - [`New-VBRADContainer`](new-vbradcontainer.md) - [`New-VBRIndividualComputerContainer`](new-vbrindividualcomputercontainer.md) - [`New-VBRAmazonEC2Container`](new-vbramazonec2container.md) - [`New-VBRAzureContainer`](new-vbrazurecontainer.md) - [`New-VBRCSVContainer`](new-vbrcsvcontainer.md) - [`New-VBRManuallyDeployedContainer`](new-vbrmanuallydeployedcontainer.md)