Get-VBRComputerFileProxyServer
Short Description
Returns general-purpose backup proxies added to the Veeam Backup & Replication infrastructure.
Product Edition: Standard, Enterprise, Enterprise Plus, Veeam Universal License
Syntax
This cmdlet provides the following parameter sets:
-
AllParameterSets (Default)Get-VBRComputerFileProxyServer [<CommonParameters>]
-
NameGet-VBRComputerFileProxyServer -Name <String[]> [<CommonParameters>]
-
IdGet-VBRComputerFileProxyServer -Id <Guid[]> [<CommonParameters>]
Detailed Description
This cmdlet returns an array of general-purpose backup proxies added to your Veeam Backup & Replication infrastructure.
Parameters
|
Parameter |
Description |
Type |
Required |
Position |
Accept Pipeline Input |
|---|---|---|---|---|---|
|
Id |
Specifies an array of IDs of general-purpose backup proxy. The cmdlet will return an array of backup proxies with the specified ID. |
|
True |
Named |
False |
|
Name |
Specifies an array of names of general-purpose backup proxy. The cmdlet will return an array of backup proxies with the specified name. |
|
True |
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 VBRComputerFileProxyServer object that contains settings of the general-purpose backup proxy added to the Veeam Backup & Replication infrastructure.
Examples
Example 1. Getting All General-purpose Backup Proxies
|
This command gets all general-purpose backup proxies that are added to the Veeam Backup & Replication infrastructure. The cmdlet output will contain the following details on general-purpose backup proxies:
|
Example 2. Getting General-purpose Backup Proxy by Name
|
This command gets all general-purpose backup proxies that are added to the Veeam Backup & Replication infrastructure by the backup proxy name. The cmdlet output will contain the following details on backup proxies:
|
Example 3. Getting General-purpose Backup Proxies by ID
|
This command gets all general-purpose backup proxies that are added to the Veeam Backup & Replication infrastructure by the backup proxy ID. The cmdlet output will contain the following details on general-purpose backup proxies:
|