This is an archive version of the document. To get the most up-to-date information, see the current version.

Get-VBRComputerDiskPartition

Short Description

Returns volumes of computers backed-up with Veeam Agent For Microsoft Windows.

Important

This cmdlet is available starting from Veeam Backup & Replication 11a (build 11.0.1.1261).

Product Edition: Standard, Enterprise, Enterprise Plus, Veeam Universal License

Syntax

This cmdlet provides parameter sets that allow you to:

  • Get all volumes of computers backed-up with Veeam Agent For Microsoft Windows.

Get-VBRComputerDiskPartition -RestorePoint <COib>  [<CommonParameters>]

  • Get specific volumes of computers backed-up with Veeam Agent For Microsoft Windows.

Get-VBRComputerDiskPartition -RestorePoint <COib> -Disk <VBRComputerDisk[]>  [<CommonParameters>]

Detailed Description

This cmdlet returns volumes of computers backed-up with Veeam Agent For Microsoft Windows.

Parameters

Parameter

Description

Type

Required

Position

Accept Pipeline Input

RestorePoint

Specifies a restore point of computers. The cmdlet will return details on backed-up volumes of these computers

Accepts the COib object. To get this object, run the Get-VBRRestorePoint cmdlet.

True

Named

True (ByValue, ByPropertyName)

Disk

Specifies computer disks. The cmdlet will return details on these disks.

Accepts the VBRComputerDisk[] object. To create this object, run the Get-VBRComputerDisk cmdlet.

True

Named

True (ByValue, ByPropertyName)

<CommonParameters>

This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see the About CommonParameters section of Microsoft Docs.

Output Object

The cmdlet returns the VBRComputerDiskPartition object that contains volumes of computers backed-up with Veeam Agent For Microsoft Windows.

Examples

Get-VBRComputerDiskPartitionExample 1. Getting all Volumes of Computers Backed-Up with Veeam Agent For Microsoft Windows

Get-VBRComputerDiskPartitionExample 2. Getting Specific Volumes of Computers Backed-Up with Veeam Agent For Microsoft Windows

Related Commands