This is an archive version of the document. To get the most up-to-date information, see the current version.

Get-VBRJobOptions

Short Description

Returns job settings.

Applies to

Platform: VMware, Hyper-V

Product Edition: Standard, Enterprise, Enterprise Plus

Syntax

Get-VBRJobOptions [-Job] <CBackupJob[]> [-WarningAction <ActionPreference>] [-WarningVariable <String>] [<CommonParameters>]

Detailed Description

This cmdlet returns job settings for a selected job.

Parameters

Parameter

Description

Required

Position

Accept
Pipeline
Input

Accept
Wildcard
Characters

Job

Specifies the job. The cmdlet will return settings of this job.

True

1

True (ByValue,
ByProperty
Name)

False

<CommonParameters>

This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see the About CommonParameters section of Microsoft Docs.

Example 1

This command looks for the list of options of the job named "Fileserver Replica". The job is obtained with Get-VBRJob and piped down.

Get-VBRJob -Name "Fileserver Replica" | Get-VBRJobOptions

Example 2

This command looks for the list of options of the job represented by the '$fileserver_replica_job' variable. The job is obtained with Get-VBRJobObject and assigned to the variable beforehand.

Get-VBRJobOptions -Job $fileserver_replica_job

Related Commands

Get-VBRJob

I want to report a typo

There is a misspelling right here:

 

I want to let the Veeam Documentation Team know about that.