Get-VBRNASProxyServer
Short Description
Returns file backup proxy servers 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-VBRNASProxyServer [<CommonParameters>]
-
NameGet-VBRNASProxyServer -Name <String[]> [<CommonParameters>]
-
IdGet-VBRNASProxyServer -Id <Guid[]> [<CommonParameters>]
Detailed Description
This cmdlet returns an array of file backup proxy servers added to the Veeam Backup & Replication infrastructure.
Parameters
|
Parameter |
Description |
Type |
Required |
Position |
Accept Pipeline Input |
|---|---|---|---|---|---|
|
Id |
Specifies an array of IDs of file backup proxy server. The cmdlet will return an array of these servers with the specified ID. |
|
True |
Named |
False |
|
Name |
Specifies an array of names of a file backup proxy server. The cmdlet will return an array of these servers 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
Examples
Example 1. Getting All File Backup Proxy Servers
|
This command gets all file backup proxy servers that are added to the Veeam Backup & Replication infrastructure. The cmdlet output will contain the following details on file backup proxy servers:
|
Example 2. Getting File Backup Proxy Server by Name
|
This command gets all file backup proxy servers that are added to the Veeam Backup & Replication infrastructure by the backup proxy server name. The cmdlet output will contain the following details on file backup proxy servers:
|
Example 3. Getting File Backup Proxy Server by ID
|
This command gets all file backup proxy servers that are added to the Veeam Backup & Replication infrastructure by the backup proxy server ID. The cmdlet output will contain the following details on file backup proxy servers:
|