Set-VBRJobVssOptions
Short Description
Applies custom VSS settings to a selected job.
Platform: VMware, Hyper-V
Product Edition: Standard, Enterprise, Enterprise Plus, Veeam Universal License
Syntax
This cmdlet provides the following parameter sets:
-
Manual (Default)Set-VBRJobVssOptions [-Job] <CBackupJob[]> [-Options] <CGuestProcessingOptions> [<CommonParameters>]
-
CredentialsSet-VBRJobVssOptions [-Job] <CBackupJob[]> -Credentials <CCredentials> [<CommonParameters>]
Detailed Description
This cmdlet applies a set of customized VSS settings to a selected job.
To apply the set of customized settings you need to first create a CVssOptions object. This object unifies all the VSS options you want to apply to the job.
Run the New-VBRJobVssOptionsReturns default set of VSS options for job or VM in job. cmdlet to create the CVssOptions object.
Run the Set-VBRJobObjectVssOptionsCustomizes job VSS settings. cmdlet to apply VSS settings to specific VMs in job.
Note |
|
To modify settings, specify new values for the necessary parameters. The cmdlet will overwrite the previous parameters values with new values. The parameters that you omit will remain unchanged. |
Parameters
|
Parameter |
Description |
Type |
Required |
Position |
Accept Pipeline Input |
|---|---|---|---|---|---|
|
Credentials |
Specifies the credentials you want to use for authenticating with the guest VM.
Accepts the |
|
True |
Named |
False |
|
Job |
Specifies the job you want to edit.
Accepts the |
|
True |
0 |
True (ByPropertyName, ByValue) |
|
Options |
Specifies the set of parameters you want to apply to the job.
Accepts the |
|
True |
1 |
False |
<CommonParameters>
This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see Microsoft Docs.
Examples
Example 1. Applying Custom VSS Options to Backup Job [Using Pipeline]
|
This example shows how to apply custom VSS options to the backup job named
Perform the following steps:
|
Example 2. Applying Custom VSS Options to Job [Using Variable]
|
This example shows how to apply custom VSS options to the job represented by the
Perform the following steps:
|
Related Commands
Get-VBRJobReturns existing jobs.New-VBRJobVssOptionsReturns default set of VSS options for job or VM in job.Get-VBRCredentialsReturns credentials records.