Get-WssClientBackupVolume
Gets the volume configuration of a computer.
PowerShell
Get-WssClientBackupVolume
[-ComputerName] <String>
[<CommonParameters>]
PowerShell
Get-WssClientBackupVolume
[-ComputerSid] <String>
[<CommonParameters>]
The Get-WssClientBackupVolume cmdlet gets the volume configuration of a previously backed up computer. Specify a computer by name or security identifier (SID).
PowerShell
PS C:\> Get-WssClientBackupVolume -ComputerName "Workstation073"
This command gets the volume configuration for a computer named Workstation073.
Specifies the name of a computer.
Type: | String |
Position: | 0 |
Default value: | None |
Required: | True |
Accept pipeline input: | True |
Accept wildcard characters: | False |
Specifies the SID of a computer.
Type: | String |
Position: | 0 |
Default value: | None |
Required: | True |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Microsoft.WindowsServerSolutions.DataProtection.PCBackup.ObjectModel.PCBackupClientVolume
This cmdlet generates a backup volume.