New-VBRManuallyDeployedContainer
Short Description
Defines a scope of Veeam Agent setup files.
Product Edition: Standard, Enterprise, Enterprise Plus, Veeam Universal License
Syntax
New-VBRManuallyDeployedContainer -Path <string> [-WindowsPackage] [-MacPackage] [-LinuxPackage <VBRProtectionGroupLinuxPackage[]>] [<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 the Linux-based setup files. | Accepts the VBRProtectionGroupLinuxPackage[] object. To create this object, run the Get-VBRProtectionGroupLinuxPackage cmdlet. | False | Named | True (ByValue, ByPropertyName) |
<CommonParameters>
This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see the About CommonParameters section of 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.