Get-HeadlessDataset

Get-HeadlessDataset

Returns any incomplete dataset on the archive tape.

Syntax

Get-HeadlessDataset [-Tape] <Media> [<CommonParameters>]

Detailed Description

The Get-HeadlessDataset cmdlet returns the incomplete dataset (if any) lying on the archive tape.

Parameters

-Tape

Indicates a tape object.

Attributes

Name Value

Required?

true

Accept wildcard characters?

false

Accept Pipeline Input?

true (ByValue)

Position?

0

-CommonParameter

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

Input and Return Types

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

Notes

  • For more information, type "Get-Help Get-HeadlessDataset -detailed".
    For technical information, type "Get-Help Get-HeadlessDataset -full".

    Additionally, any updated information about the cmdlet will be available at https://go.microsoft.com/fwlink/?LinkId=95130.

Examples

EXAMPLE 1

$DPMLib = Get-DPMLibrary -DPMServerName "TestingServer" 
$Tape = Get-Tape -DPMLibrary $DPMLib 
Get-HeadlessDataset -Tape $Tape[2]

This command returns the incomplete data on the tape.