--- 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 |
Contains Veeam Agent for Linux packages. |
|
|
UnixPackages |
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). |