Get-DPMDisk

Get-DPMDisk

Retrieves a list of disks in a storage pool on a DPM server.

Syntax

Parameter Set: Default
Get-DPMDisk [[-DPMServerName] <String> ] [ <CommonParameters>]

Detailed Description

The Get-DPMDisk cmdlet gets the disks in a storage pool on a System Center 2012 – Data Protection Manager (DPM) server. A storage pool in DPM consists of the disks where the DPM server stores replicas, shadow copies, and transfer logs for protected data sources.

Parameters

-DPMServerName<String>

Specifies the name of a DPM server for which this cmdlet gets DPM disks.

Aliases

ComputerName,CN

Required?

false

Position?

1

Default Value

none

Accept Pipeline Input?

false

Accept Wildcard Characters?

false

<CommonParameters>

This cmdlet supports the common parameters: -Verbose, -Debug, -ErrorAction, -ErrorVariable, -OutBuffer, and -OutVariable. For more information, see    about_CommonParameters (https://go.microsoft.com/fwlink/p/?LinkID=113216).

Inputs

The input type is the type of the objects that you can pipe to the cmdlet.

Outputs

The output type is the type of the objects that the cmdlet emits.

  • Disk

Examples

Example 1: Return a listing of disks on a DPM server

This command returns disks on the server named Contoso-DPMServer.

PS C:\> Get-DPMDisk -DPMServerName "Contoso-DPMServer"

Add-DPMDisk

Remove-DPMDisk