Get-VBRNDMPServer
Short Description
Returns NDMP servers.
Product Edition: Enterprise
Requires Cloud Connect license
Syntax
This cmdlet provides the following parameter sets:
-
Name (Default)Get-VBRNDMPServer [-Name <String[]>] [<CommonParameters>]
-
IdGet-VBRNDMPServer -Id <Guid[]> [<CommonParameters>]
Detailed Description
This cmdlet returns an array of NDMP servers and NetApp NDMP servers managed by Veeam Backup & Replication.
Parameters
|
Parameter |
Description |
Type |
Required |
Position |
Accept Pipeline Input |
|---|---|---|---|---|---|
|
Id |
Specifies an array of IDs for NDMP servers. The cmdlet will return NDMP servers with these IDs. |
|
True |
Named |
False |
|
Name |
Specifies an array of DNS names or IP addresses of NDMP servers. The cmdlet will return NDMP servers with these DNS names or IP addresses. |
|
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 VBRNDMPServerBase object that contains information about the NDMP and NetApp NDMP servers.
Examples
Example 1. Getting NDMP Server by DNS Name
|
This command gets the
|
Example 2. Getting NDMP Server by Server ID
|
This command gets the
|