Reset-VBRAgentCertificate
Short Description
Resets Veeam Agents SSL certificates.
Applies to
Product Edition: Community, Standard, Enterprise, Enterprise Plus, Veeam Universal License
Syntax
Reset-VBRAgentCertificate -DiscoveredComputer <VBRDiscoveredComputer[]> [-WhatIf] [-Confirm] [<CommonParameters>] |
Detailed Description
This cmdlet resets SSL certificates for selected Veeam Agents.
When you reset Veeam Agents certificates, all backup jobs run by these agents stop. You can use this cmdlet for performing Maintenance tasks on protected computers where the associated agents are installed.
Veeam Backup & Replication will regenerate a new Veeam Agent certificate automatically next time you run a Veeam Agent backup job.
Parameters
Parameter | Description | Type | Required | Position | Accept |
---|---|---|---|---|---|
DiscoveredComputer | Specifies the array of discovered computers. The cmdlet will reset SSL certificates for Veeam Agents installed on these computers. Note: You can reset the SSL certificate only on discovered computers. | Accepts the VBRDiscoveredComputer[] object. To get this object, run the Get-VBRDiscoveredComputer cmdlet. | True | Named | True (ByValue, |
WhatIf | Defines whether the cmdlet writes a message that describes the effects of running the cmdlet without actually performing any action. | SwitchParameter | False | Named | False |
Confirm | Defines whether the cmdlet displays a prompt that asks if the user is sure that they want to continue. | SwitchParameter | False | Named | False |
<CommonParameters>
This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see Microsoft Docs.
Output Object
None.
Examples
Example 1. Resetting SSL Certificates for Veeam Agents on Computers of Selected Protection Group
This example shows how to reset SSL certificates for Veeam Agents installed on computers of a selected protection group.
Perform the following steps:
|
Example 2. Resetting SSL Certificate for Veeam Agent Installed on Selected Computer
This example shows how to reset the SSL certificate for Veeam Agent installed on a selected computer.
Perform the following steps:
|
Related Commands