Get-WssBackupSet

Get-WssBackupSet

Gets a collection of backup sets from a server backup.

Sintaxis

Parameter Set: Default
Get-WssBackupSet [[-BackupTarget] <BackupTarget> ] [[-MachineName] <String> ] [ <CommonParameters>]

Descripción detallada

The Get-WssBackupSet cmdlet gets a collection of backup sets from a server backup. A backup set is the output of a successful backup operation.

Parámetros

-BackupTarget<BackupTarget>

Specifies the target volume from which to get the backup sets.

Alias

ninguno

¿Requerido?

false

¿Posición?

1

Valor predeterminado

ninguno

¿Aceptar canalización?

True (ByPropertyName)

¿Aceptar caracteres comodín?

false

-MachineName<String>

Specifies the name of the server whose data is in the backup set.

Alias

ninguno

¿Requerido?

false

¿Posición?

2

Valor predeterminado

ninguno

¿Aceptar canalización?

false

¿Aceptar caracteres comodín?

false

<CommonParameters>

Este cmdlet admite los siguientes parámetros comunes: -Verbose, -Debug, -ErrorAction, -ErrorVariable, -OutBuffer y -OutVariable. Para obtener más información, consulte about_CommonParameters (https://go.microsoft.com/fwlink/p/?LinkID=113216).

Entradas

El tipo de entrada es el tipo de los objetos que se pueden canalizar al cmdlet.

Salidas

El tipo de resultado es el tipo de objetos que emite el cmdlet.

  • Microsoft.WindowsServerSolutions.DataProtection.ServerBackup.ObjectModel.BackupSet

    This cmdlet returns a backup set.

Ejemplos

Example 1: Get backup sets from a server backup

This command gets a list of backup sets from the server backup that is stored in the variable named $ContosoWest01.

PS C:\> Get-WssBackupSet -BackupTarget $ContosoWest01

Temas relacionados

Get-WssBackupJob

Start-WssBackupJob

Stop-WssBackupJob