Get-VBRNDMPServer
Short Description
Returns NDMP servers.
Applies to
Product Edition: Enterprise
Requires Cloud Connect license
Syntax
This cmdlet provides parameter sets that allow you to:
- Get an NDMP server by the NDMP server DNS or IP.
Get-VBRNDMPServer [-Name <string[]>] [<CommonParameters>] |
- Get an NDMP server by the NDMP server ID.
Get-VBRNDMPServer -Id <guid[]> [<CommonParameters>] |
Detailed Description
This cmdlet returns an array of NDMP servers managed by Veeam Backup & Replication.
Parameters
Parameter | Description | Type | Required | Position | Accept |
---|---|---|---|---|---|
Id | Specifies an array of IDs for NDMP servers. The cmdlet will return NDMP servers with these IDs. | Guid[] | 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. | String[] | False | 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 NDMP Server by DNS Name
This command gets the NetApp.tech.local NDMP server.
|
Example 2. Getting NDMP Server by Server ID
This command gets the 0fccf7c9-1f90-49de-8bec-53a0697e04ab NDMP server.
|