Get-VBRComputerFileProxyServer
Short Description
Returns file proxy servers added to the Veeam Backup & Replication infrastructure.
Applies to
Product Edition: Standard, Enterprise, Enterprise Plus, Veeam Universal License
Syntax
This cmdlet provides parameter sets that allow you to:
- Get all file proxy servers added to the Veeam Backup & Replication infrastructure.
Get-VBRComputerFileProxyServer [<CommonParameters>] |
- Get file proxy servers by the server name.
Get-VBRComputerFileProxyServer -Name <string[]> [<CommonParameters>] |
- Get file proxy servers by the server ID.
Get-VBRComputerFileProxyServer -Id <guid[]> [<CommonParameters>] |
Detailed Description
This cmdlet returns an array of file proxy servers added to your Veeam Backup & Replication infrastructure.
Parameters
Parameter | Description | Type | Required | Position | Accept Pipeline Input |
---|---|---|---|---|---|
Name | Specifies an array of names of a file proxy server. The cmdlet will return an array of these servers with the specified name. | String | False | Named | False |
Id | Specifies an array of IDs of file proxy server. The cmdlet will return an array of these servers with the specified ID. | Guid | 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 VBRComputerFileProxyServer object that contains settings of the file proxy server added to the Veeam Backup & Replication infrastructure.
Examples
Example 1. Getting All File Proxy Servers
This command gets all file proxy servers that are added to the Veeam Backup & Replication infrastructure. The cmdlet output will contain the following details on file proxy servers: ID, Description, Server and ConcurrentTaskNumber.
|
Example 2. Getting File Proxy Server by Name
This command gets all file proxy servers that are added to the Veeam Backup & Replication infrastructure by the file proxy server name. The cmdlet output will contain the following details on file proxy servers: ID, Description, Server and ConcurrentTaskNumber.
|
Example 3. Getting File Proxy Server by ID
This command gets all file proxy servers that are added to the Veeam Backup & Replication infrastructure by the file proxy server ID. The cmdlet output will contain the following details on file proxy servers: ID, Description, Server and ConcurrentTaskNumber.
|