Generate-VBRBackupServerDeployerKit
Short Description
Generates the Veeam Deployer Service certificate and installation packages for Linux machines.
Applies to
Product Edition: Standard, Enterprise, Enterprise Plus, Veeam Universal License
Syntax
Generate-VBRBackupServerDeployerKit -ExportPath <String> [-ValidityPeriodInHours <Int32>] [<CommonParameters>] |
Detailed Description
The cmdlet generates Veeam Deployer Service certificate and installation packages and exports them to the necessary location for Linux machines. The cmdlet will generate the following files:
- client-cert.pem
- server-cert.p12
- veeamdeployment_12.1.0.x_amd64.deb
- veeamdeployment-12.1.0.x.x86_64.rpm
For more information, see the Deploying Veeam Agents Using Pre-installed Veeam Deployer Service section in the Veeam Agent Management Guide.
Parameters
Parameter | Description | Type | Required | Position | Accept Pipeline Input |
---|---|---|---|---|---|
ExportPath | Specifies a path to a location. The cmdlet will export generated files to this location. | String | True | Named | True (ByPropertyName, ByValue) |
ValidityPeriodInHours | Specifies a period in hours during which Veeam Deployer Service certificates are valid. Default: 24 hours. | Int32 | False | Named | True (ByPropertyName, ByValue) |
<CommonParameters>
This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see Microsoft Docs.
Output Object
None.
Examples
Generating Veeam Deployer Service Certificate and Installation Packages
This command generates Veeam Deployer Service certificate and installation packages to the C:\Users\Administrator\Documents folder.
Generate-VBRBackupServerDeployerKit -ExportPath "C:\Users\Administrator\Documents" |