Get-VBRJobObjectVssOptions
Short Description
Returns VSS settings of a specific VM in job.
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-VBRJobVssOptionsReturns VSS settings for a selected job. cmdlet to get the list of VSS options of a specific job.
Parameters
|
Parameter |
Description |
Type |
Required |
Position |
Accept Pipeline Input |
|---|---|---|---|---|---|
|
ObjectInJob |
Specifies the VMs or VM containers for which you want to get VSS options.
Accepts the |
|
True |
0 |
True (ByPropertyName, ByValue) |
<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
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
Perform the following steps:
|
Related Commands
Get-VBRJobObjectReturns VMs or VM containers of specific jobs.Get-VBRJobReturns existing jobs.