Get-WssBackupConfiguration
Gets file specifications from a volume that is part of a backup.
Get-WssBackupConfiguration
[-Volume] <BackupVolume>
[<CommonParameters>]
The Get-WssBackupConfiguration cmdlet gets file specifications from a volume that is part of a backup.
PS C:\>$ContosoBUVolume13 = Get-WssBackupVolume -AllVolumes
PS C:\> $ContosoBUFSpec15 = Get-WssBackupConfiguration -Volume $ContosoBUVolume13[0]
This example gets a backup file specification from a volume.
The first command gets the backup volumes from the server and stores them in the $ContosoBUVolume13 variable.
The second command gets the backup file specification from the first item (located in position 0) in $ContosoBUVolume13 and stores the backup file specification in the $ContosoBUFSpec15 variable.
Specifies the volume to back up.
Type: | BackupVolume |
Position: | 0 |
Default value: | None |
Required: | True |
Accept pipeline input: | True |
Accept wildcard characters: | False |
Microsoft.WindowsServerSolutions.DataProtection.ServerBackup.ObjectModel.BackupVolume
Microsoft.WindowsServerSolutions.DataProtection.ServerBackup.ObjectModel.BackupFileSpec
This cmdlet returns the object that specifies whether files or folders are included in the server backup.