Get-DPMHeadlessDataset
Returns incomplete datasets on the archive tape.
Syntax
Default (Default)
Get-DPMHeadlessDataset
[-Tape] <Media[]>
[<CommonParameters>]
Description
The Get-DPMHeadlessDataset cmdlet returns incomplete datasets on the archive tape in System Center - Data Protection Manager (DPM).
Examples
Example 1: Return an incomplete dataset
PS C:\> $DpmLibrary = Get-DPMLibrary -DPMServerName "Contoso-DPMServer"
PS C:\> $DpmTape = Get-DPMTape -DPMLibrary $DpmLibrary
PS C:\> Get-DPMHeadlessDataset -Tape $DpmTape[2]
The first command uses the Get-DPMLibrary cmdlet to get the library for the server named Contoso-DPMServer. The command stores the library in the $DpmLibrary variable.
The second command uses the Get-DPMTape cmdlet to get the tapes in the library, and stores them in the $DpmTape variable.
The third command retrieves the dataset on the third tape.
Parameters
-Tape
Specifies an array of tape objects on which this cmdlet operates. To obtain a Tape object, use the Get-DPMTape cmdlet.
Parameter properties
Type: | Media[] |
Default value: | None |
Supports wildcards: | False |
DontShow: | False |
Parameter sets
(All)
Position: | 1 |
Mandatory: | True |
Value from pipeline: | True |
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.