Get-VBRNDMPVolumeRestorePoint
Short Description
Returns restore points of NDMP server volumes.
Product Edition: Enterprise
Syntax
This cmdlet provides the following parameter sets:
-
NdmpObject (Default)Get-VBRNDMPVolumeRestorePoint -Volume <VBRNDMPVolume> [<CommonParameters>]
-
IdGet-VBRNDMPVolumeRestorePoint -Id <Guid[]> [<CommonParameters>]
Detailed Description
This cmdlet returns restore points available for NDMP server volumes.
Parameters
|
Parameter |
Description |
Type |
Required |
Position |
Accept Pipeline Input |
|---|---|---|---|---|---|
|
Id |
Specifies an array of IDs for backups that are stored on the NDMP server. The cmdlet will return an array of selected backups. |
|
True |
Named |
False |
|
Volume |
Specifies NDMP server volumes. The cmdlet will return an array of restore points available for selected volumes.
Accepts the |
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 Restore Points for NDMP Server Volume [Using Variable]
|
This example shows how to get the restore points available for the
Perform the following steps:
|
Example 2. Getting Restore Points for NDMP Server Volume by Backup ID [Using Variable]
|
This example shows how to get the restore points available on the
Perform the following steps:
|
Related Commands
Get-VBRNDMPVolumeReturns NDMP server volumes.