Unpublish-VBRBackupContent
Short Description
Unpublishes disks.
Product Edition: Standard, Enterprise, Enterprise Plus, Veeam Universal License
Syntax
|
Unpublish-VBRBackupContent [-Session] <VBRBackupContentPublicationSession[]> [-RunAsync] [<CommonParameters>] |
Detailed Description
This cmdlet unpublishes disks.
Parameters
|
Parameter |
Description |
Type |
Required |
Position |
Accept Pipeline Input |
|---|---|---|---|---|---|
|
RunAsync |
Defines that the command returns immediately without waiting for the task to complete. |
|
False |
Named |
False |
|
Session |
Specifies the array of sessions that are running to publish disks.
Accepts the |
|
True |
0 |
True (ByPropertyName, ByValue) |
<CommonParameters>
This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see Microsoft Docs.
Examples
Unpublishing Disks [Using Pipeline]
This command unpublishes disks.
|
Get-VBRPublishedBackupContentSession | Unpublish-VBRBackupContent -RunAsync |
Related Commands
Get-VBRPublishedBackupContentSessionReturns sessions that are running to publish disks from a backup or replica.