Remove-VBRBackupSession (obsolete)
Short Description
Removes a specified backup session.
|
This cmdlet is obsolete and not supported. |
Applies to
Platform: VMware
Syntax
Remove-VBRBackupSession [-Session] <CBackupSession[]> [-WarningAction <ActionPreference>] [-WarningVariable <String>] [-WhatIf] [-Confirm] [<CommonParameters>] |
Detailed Description
This cmdlet removes specified backup session from Veeam Backup & Replication.
Parameters
Parameter | Description | Required | Position | Accept | Accept |
Session | Specifies the backup session you want to remove. You can assign multiple sessions to this object. | True | 1 | True (ByValue, | False |
<CommonParameters>
This cmdlet supports Microsoft PowerShell common parameters. For more information about common parameters, see http://go.microsoft.com/fwlink/p/?LinkID=113216.
Example 1
This command removes the backup session named "Fileserver Backup". The backup session is obtained with Get-VBRBackupSession and piped down.
Example 2
This command removes the backup session named "Fileserver Backup". The backup session is obtained with Get-VBRBackupSession and assigned to the variable beforehand.
Related Commands