Get-WssClientBackupVolume

Gets the volume configuration of a computer.

Syntax

Get-WssClientBackupVolume
   [-ComputerName] <String>
   [<CommonParameters>]
Get-WssClientBackupVolume
   [-ComputerSid] <String>
   [<CommonParameters>]

Description

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

Examples

Example 1: Get volume configuration for a client computer

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

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

Parameters

-ComputerName

Specifies the name of a computer.

Type:String
Position:0
Default value:None
Required:True
Accept pipeline input:True
Accept wildcard characters:False

-ComputerSid

Specifies the SID of a computer.

Type:String
Position:0
Default value:None
Required:True
Accept pipeline input:False
Accept wildcard characters:False

Outputs

Microsoft.WindowsServerSolutions.DataProtection.PCBackup.ObjectModel.PCBackupClientVolume

This cmdlet generates a backup volume.