Get-VBRJobVssOptions
Short Description
Returns VSS settings for a selected job.
Applies to
Platform: VMware, Hyper-V
Product Edition: Standard, Enterprise, Enterprise Plus, Veeam Universal License
Syntax
Get-VBRJobVSSOptions -Job <CBackupJob[]> [<CommonParameters>] |
Detailed Description
This cmdlet returns VSS settings for a selected job.
Run the Get-VBRJobObjectVssOptions cmdlet to get the list of VSS options set for specific objects in a job.
Parameters
Parameter | Description | Type | Required | Position | Accept |
---|---|---|---|---|---|
Job | Specifies the job you want to get the VSS options of. | Accepts the CBackupJob object. To create this object, run the Get-VBRJob cmdlet. | True | 0 | True (ByProperty |
<CommonParameters>
This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see Microsoft Docs.
Examples
Example 1. Looking for List of VSS Options of Specific Job [Using Pipeline]
This example shows how to look for the list of VSS options of the ActiveDirectory Backup job.
Perform the following steps:
|
Example 2. Looking for List of Options of Job [Using Variable]
This example shows how to look for the list of options of the job represented by the $ad_backup variable.
Perform the following steps:
|
Related Commands