Share via


Get-DPMVolume

Gets the volumes on the DPM server.

Syntax

Default (Default)

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

Description

The Get-DPMVolume cmdlet retrieves the volumes on the System Center - 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.

Parameter properties

Type:SwitchParameter
Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

(All)
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

-DPMServerName

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

Parameter properties

Type:String
Default value:None
Supports wildcards:False
DontShow:False
Aliases:ComputerName, CN

Parameter sets

(All)
Position:1
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, -ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.