Get-WssBackupSet
Gets a collection of backup sets from a server backup.
Syntax
Get-WssBackupSet
[[-BackupTarget] <BackupTarget>]
[[-MachineName] <String>]
Description
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.
Examples
Example 1: Get backup sets from a server backup
PS C:\> Get-WssBackupSet -BackupTarget $ContosoWest01
This command gets a list of backup sets from the server backup that is stored in the variable named $ContosoWest01.
Parameters
-BackupTarget
Specifies the target volume from which to get the backup sets.
Type: | BackupTarget |
Position: | 1 |
Default value: | None |
Required: | False |
Accept pipeline input: | True |
Accept wildcard characters: | False |
-MachineName
Specifies the name of the server whose data is in the backup set.
Type: | String |
Position: | 2 |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |