Get-VBRJobObjectVssOptions
Short Description
Returns VSS settings of a specific VM in job.
Applies to
Platform: VMware, Hyper-V
Product Edition: Standard, Enterprise, Enterprise Plus, Veeam Universal License
Syntax
Get-VBRJobObjectVssOptions -ObjectInJob <CObjectInJob> [<CommonParameters>] |
Detailed Description
This cmdlet returns VSS settings set for a specific VM in job.
Run the Get-VBRJobVssOptions cmdlet to get the list of VSS options of a specific job.
Parameters
Parameter | Description | Type | Required | Position | Accept |
---|---|---|---|---|---|
ObjectInJob | Specifies the VMs or VM containers for which you want to get VSS options. | Accepts the CObjectInJob object. To get this object, run the Get-VBRJobObject 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 VSS Settings of VM Included in Specific Job [Using Pipeline]
This example shows how to look for the VSS settings of the first VM included in the Exchange Backup Copy job.
Perform the following steps:
|
Example 2. Looking for VSS Settings of VM [Using Variable]
This example shows how to look for the VSS settings of the VM represented by the $vm variable.
Perform the following steps:
|
Related Commands