Remove-VBRNASServer
Short Description
Removes file shares that are added to the Veeam Backup & Replication infrastructure.
Applies to
Product Edition: Standard, Enterprise, Enterprise Plus, Veeam Universal License
Syntax
Detailed Description
This cmdlet removes file shares that are added to the Veeam Backup & Replication infrastructure.
Parameters
Parameter | Description | Type | Required | Position | Accept Pipeline Input | Accept Wildcard Characters |
---|---|---|---|---|---|---|
Server | Specifies an array of file shares. The cmdlet will remove these file shares from the Veeam Backup & Replication infrastructure. | Accepts the VBRNASServer[] object. To get this object, run the Get-VBRNASServer cmdlet. | True | Named | True (ByValue, ByPropertyName) |
|
WhatIf | Defines that the cmdlet will write a message that describes the effects of running the cmdlet without actually performing any action. | SwitchParameter | False | Named | False |
|
Confirm | Defines that the cmdlet will display a prompt that asks if the user is sure that he wants to continue. | SwitchParameter | False | Named | False |
|
<CommonParameters>
This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see the About CommonParameters section of Microsoft Docs.
Examples
Example 1. Removing all File Shares
This example shows how to remove all file shares that are added to the Veeam Backup & Replication infrastructure. Perform the following steps:
|
Example 2. Removing Specific File Share
This example shows how to remove the \\WinSRV2049\Documents file share that is added to the Veeam Backup & Replication infrastructure. The cmdlet will display a prompt that asks if the user is sure that he wants to continue.
Perform the following steps:
|
Related Commands