Get-DPMVolume

Gets the volumes on the DPM server.

Syntax

Get-DPMVolume
   [[-DPMServerName] <String>]
   [-AlreadyInUseByDPM]
   [<CommonParameters>]

Description

The Get-DPMVolume cmdlet retrieves the volumes on the System Center 2019 - Data Protection Manager (DPM) server.

Examples

Example 1: Retrieve volumes on a DPM server

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

This command retrieves the DPM volumes on the server named Contoso-DPMServer.

Parameters

-AlreadyInUseByDPM

Indicates whether to include volumes that are already being used on the DPM server.

Type:SwitchParameter
Position:Named
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False

-DPMServerName

Specifies the name of a DPM server from which this cmdlet gets volumes.

Type:String
Aliases:ComputerName, CN
Position:1
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False