Get-VBRBackupServerDeployerCertificate
Short Description
Exports Veeam Deployer Service certificates to the specified location for Linux machines.
Applies to
Product Edition: Standard, Enterprise, Enterprise Plus, Veeam Universal License
Syntax
Get-VBRBackupServerDeployerCertificate -ExportPath <String> [<CommonParameters>] |
Detailed Description
This cmdlet exports Veeam Deployer Service certificates to the specified location for Linux machines.
Parameters
Parameter | Description | Type | Required | Position | Accept Pipeline Input |
---|---|---|---|---|---|
ExportPath | Specifies a path to a location. The cmdlet will upload Veeam Deployer Service certificates to this location. | String | True | 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
Uploading Veeam Deployer Service Certificate to Certain Folder
This command uploads Veeam Deployer Service certificate to the "C:\Users\Administrator\Documents" folder.
Get-VBRBackupServerDeployerCertificate -ExportPath C:\Users\Administrator\Documents |