Enable-VBRNASProxyServer
Short Description
Enables general-purpose backup proxies.
Product Edition: Standard, Enterprise, Enterprise Plus, Veeam Universal License
Syntax
|
Enable-VBRNASProxyServer -Proxy <VBRNASProxyServer[]> [<CommonParameters>] |
Detailed Description
This cmdlet allows you to enable general-purpose backup proxies.
Run the Disable-VBRNASProxyServerDisables general-purpose backup proxies. cmdlet to disable general-purpose backup proxies.
Parameters
|
Parameter |
Description |
Type |
Required |
Position |
Accept Pipeline Input |
|---|---|---|---|---|---|
|
Proxy |
Specifies an array of general-purpose backup proxies you want to enable.
Accepts the |
True |
Named |
True (ByPropertyName, ByValue) |
<CommonParameters>
This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see Microsoft Docs.
Examples
Enabling General-Purpose Backup Proxy by Name
This example shows how to enable the File Share Backup Proxy 09 proxy.
|
$nasproxy = Get-VBRNASProxyServer -Name "File Backup Proxy 09" Enable-VBRNASProxyServer -Proxy $nasproxy |
Perform the following steps:
- Run the
Get-VBRNASProxyServerReturns file backup proxy servers added to the Veeam Backup & Replication infrastructure. cmdlet. Specify theNameparameter value. Save the result to the$nasproxyvariable. - Run the
Enable-VBRNASProxyServercmdlet. Set the$nasproxyvariable as theProxyparameter value.
Related Commands
Get-VBRNASProxyServerReturns file backup proxy servers added to the Veeam Backup & Replication infrastructure.