Get-WssClientBackupVolume

Get-WssClientBackupVolume

Gets the volume configuration of a computer.

Sintaxis

Parameter Set: ByName
Get-WssClientBackupVolume [-ComputerName] <String> [ <CommonParameters>]

Parameter Set: BySid
Get-WssClientBackupVolume [-ComputerSid] <String> [ <CommonParameters>]

Descripción detallada

The Get-WssClientBackupVolume cmdlet gets the volume configuration of a previously backed up computer. Specify a computer by name or security identifier (SID).

Parámetros

-ComputerName<String>

Specifies the name of a computer.

Alias

ninguno

¿Requerido?

true

¿Posición?

1

Valor predeterminado

ninguno

¿Aceptar canalización?

True (ByValue)

¿Aceptar caracteres comodín?

false

-ComputerSid<String>

Specifies the SID of a computer.

Alias

ninguno

¿Requerido?

true

¿Posición?

1

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.PCBackup.ObjectModel.PCBackupClientVolume

    This cmdlet generates a backup volume.

Ejemplos

Example 1: Get volume configuration for a client computer

This command gets the volume configuration for a computer named Workstation073.

PS C:\> Get-WssClientBackupVolume -ComputerName "Workstation073"

Temas relacionados

Disable-WssClientBackupVolume

Enable-WssClientBackupVolume

Get-WssClientBackupVolumeJob