Get-VBRBackupServerCertificate
Short Description
Returns TLS certificates.
Applies to
Product Edition: Community, Standard, Enterprise, Enterprise Plus, Veeam Universal License
Syntax
This cmdlet provides parameter sets that allow you to:
- Get the TLS current certificate.
Get-VBRBackupServerCertificate [<CommonParameters>] |
- Get the TLS certificate from the Microsoft Windows Certificate store.
Get-VBRBackupServerCertificate -FromStore [<CommonParameters>] |
Detailed Description
This cmdlet returns the TLS certificates.
Parameters
Parameter | Description | Type | Required | Position | Accept Pipeline Input |
---|---|---|---|---|---|
FromStore | Defines that the cmdlet will return the TLS certificate present in the local certificate store on this server. If you run the cmdlet without this parameter, it will return the certificate that is currently used. | SwitchParameter | True | Named | False |
<CommonParameters>
This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see Microsoft Docs.
Output Object
The cmdlet returns the VBRBackupServerCertificate object that contains TLS certificates.
Examples
Example 1. Getting Currently Imported TLS Certificates
This command returns the TLS certificate that is currently imported to the backup server.
|
Example 2. Getting TLS Certificates from Microsoft Windows Certificate Store
This command gets a TLS certificate from the Microsoft Windows Certificate store.
|