Remove-VBRUnstructuredServer
Short Description
Removes unstructured data sources from the inventory.
Applies to
Product Edition: Standard, Enterprise, Enterprise Plus, Veeam Universal License
Syntax
Remove-VBRUnstructuredServer -Server <VBRUnstructuredServer[]> [-Confirm] [-WhatIf] [<CommonParameters>] |
Detailed Description
This cmdlet removes unstructured data sources from the inventory.
Parameters
Parameter | Description | Type | Required | Position | Accept Pipeline Input |
---|---|---|---|---|---|
Server | Specifies an array of unstructured data sources. The cmdlet will remove these unstructured data sources from the inventory. | Accepts the VBRUnstructuredServer[] object. To get this object, run the Get-VBRUnstructuredServer 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. Note: Microsoft PowerShell enables the Confirm parameter for this cmdlet by default. To disable this option, set the parameter value to $false. That is, Confirm:$false. | SwitchParameter | False | Named | False |
<CommonParameters>
This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see Microsoft Docs.
Output Object
None.
Examples
Example 1. Removing all Unstructured Data Sources
This example shows how to remove all unstructured data sources from the inventory.
Perform the following steps:
|
Example 2. Removing Certain Unstructured Data Sources from Inventory
This example shows how to remove the \\WinSRV2049\Documents file share from the inventory. The cmdlet will display a prompt that asks if the user is sure that he wants to continue.
Perform the following steps:
|
Related Commands