Get-VBRJobProxy
Short Description
Returns a list of proxy servers assigned to a specific job.
Platform: VMware, Hyper-V
Product Edition: Standard, Enterprise, Enterprise Plus, Veeam Universal License
Syntax
|
Get-VBRJobProxy -Job <CBackupJob[]> [-Target] [<CommonParameters>] |
Detailed Description
This cmdlet returns proxy servers assigned to a specific job. If the automatic proxy selection is enabled, the cmdlet will return a warning.
Parameters
|
Parameter |
Description |
Type |
Required |
Position |
Accept Pipeline Input |
|---|---|---|---|---|---|
|
Job |
Specifies an array of jobs. The cmdlet will return proxies assigned to these jobs.
Accepts the |
|
True |
Named |
True (ByPropertyName, ByValue) |
|
Target |
Defines that the cmdlet will return only target proxies.
Default: |
|
False |
Named |
False |
<CommonParameters>
This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see Microsoft Docs.
Output Object
The cmdlet returns the IBackupProxy[]object that contains an array of proxies.
Examples
Example 1. Getting List of Target Proxies [Using Variable]
|
This example shows how to get a list of proxies assigned to the
Perform the following steps:
|
Example 2. Getting List of Target Proxies [Using Pipeline]
|
This example shows how to get a list of target proxies assigned to the
Perform the following steps:
|
Related Commands
Get-VBRJobReturns existing jobs.