Reset-VSBJobOptions (obsolete)
Short Description
Sets SureBackup job settings to default.
Note |
This cmdlet is obsolete. The cmdlet will still work but may not be supported in further versions. |
Applies to
Platform: VMware, Hyper-V
Product Edition: Enterprise, Enterprise Plus, Veeam Universal License
Syntax
Reset-VSBJobOptions -Job <CSbJob> [-WarningAction <ActionPreference>] [-WarningVariable <String>] [<CommonParameters>] |
Detailed Description
This cmdlet clears the custom settings of the specified SureBackup job and restores their default values.
Parameters
Parameter | Description | Type | Required | Position | Accept |
---|---|---|---|---|---|
Job | Specifies the SureBackup job you want to edit. | Accepts the CSbJob object. To get this object, run the Get-VSBJob cmdlet. | True | Named | True (ByValue, |
<CommonParameters>
This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see Microsoft Docs.
Examples
Example 1. Setting Default Settings to Selected SureBackup Jobs [Using Pipeline]
This example shows how to reset SureBackup Job 1 and SureBackup Job 2 SureBackup jobs to default settings.
Perform the following steps:
|
Example 2. Setting Default Settings to Selected SureBackup Jobs [Using Variable]
This example shows how to reset SureBackup Job 1 and SureBackup Job 2 SureBackup jobs to default settings.
Perform the following steps:
|
Related Commands