This is an archive version of the document. To get the most up-to-date information, see the current version.

Set-VBRSureBackupTestScript

Short Description

Modifies settings of custom recovery verification scripts for VMs.

Applies to

Product Edition: Standard, Enterprise, Enterprise Plus, Veeam Universal License

Syntax

Set-VBRSureBackupTestScript -Script <VBRCustomSureBackupTestScript> [-Name <string>] [-Path <string>] [-Argument <string>]  [<CommonParameters>]

Detailed Description

This cmdlet modifies settings of custom recovery verification scripts for VMs that are added to application groups and to jobs that are linked to SureBackup jobs.

Parameters

Parameter

Description

Type

Required

Position

Accept Pipeline Input

Script

Specifies a script. The cmdlet will modify settings of this script.

Accepts the VBRCustomSureBackupTestScript object. To creates this object, run the New-VBRSureBackupTestScript cmdlet.

True

Named

True (ByValue,
ByProperty
Name)

Name

Specifies a name for a script. The cmdlet will modify a name of the script to the specified.

String

False

Named

False

Path

Specifies a path to a script. The cmdlet will use this path to access the script.

String

False

Named

False

Argument

Specifies an IP address and the port number. The cmdlet will use this IP address and port to access the VM.

String

False

Named

False

<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 VBRSureBackupTestScript object that defines recovery verification scripts for VMs that are added to application groups and to jobs that are linked to SureBackup jobs.

Examples

Set-VBRSureBackupTestScriptExample 1. Modifying Path to Custom Recovery Verification Script

Set-VBRSureBackupTestScriptExample 2. Modifying IP Address and Port Number of Custom Recovery Verification Script

Related Commands

New-VBRSureBackupTestScript