Get-VBRNDMPServer
Short Description
Returns NDMP servers.
Applies to
Product Edition: Enterprise
Requires Cloud Connect license
Syntax
This cmdlet provides the following parameter sets:
- For getting an NDMP server by the NDMP server DNS or IP
Get-VBRNDMPServer [-Name <string[]>] [<CommonParameters>] |
- For getting an NDMP server by the NDMP server ID
Get-VBRNDMPServer -Id <guid[]> [<CommonParameters>] |
Detailed Description
Returns an array of NDMP servers managed by Veeam Backup & Replication.
Parameters
Parameter | Description | Required | Position | Accept | Accept |
---|---|---|---|---|---|
Id | Specifies an array of IDs for NDMP servers. The cmdlet will return NDMP servers with these IDs. | True | Named | False | 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 | False |
<CommonParameters>
This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see the About CommonParameters section of Microsoft Docs.
Return Type
Example 1
This command gets an NDMP server by the NDMP server DNS name.
Get-VBRNDMPServer -Name "NetApp.tech.local" |
Example 2
This command gets an NDMP server by the NDMP server ID.
Get-VBRNDMPServer -ID "0fccf7c9-1f90-49de-8bec-53a0697e04ab" |