Veritas Enterprise Vault™ PowerShell Cmdlets for Managing FSA Volumes

Last Published:
Product(s): Enterprise Vault (11.0.1)

Remove-EVFSAVolume

Remove-EVFSAVolume removes the specified volume from Enterprise Vault configuration. You are prompted to confirm the removal of the volume. You cannot remove a volume if the File System Archiving task that is used to process this volume is not in stopped state.

Remove-EVFSAVolume is provided by Symantec.EnterpriseVault.PowerShell.AdminAPI.dll, which is loaded by the Enterprise Vault Management Shell.

Syntax

Remove-EVFSAVolume [-SiteId <String>] [-Name] <String> [-FileServerName] <String> [-WhatIf [<SwitchParameter>]] [-Confirm [<SwitchParameter>]] [<CommonParameters>]

Remove-EVFSAVolume [-SiteId <String>] [-Name] <String> -FileServerId <String> [-WhatIf [<SwitchParameter>]] [-Confirm [<SwitchParameter>]] [<CommonParameters>]

Parameters

Table: Remove-EVFSAVolume parameters

Parameter

Description

-SiteId (required)

The ID of the Enterprise Vault site under which the file server is configured. If you omit this parameter, Remove-EVFSAVolume uses the ID of the site of the Enterprise Vault Server where the cmdlet is running. You can use Get-EVSite to obtain the site ID.

-FileServerName (required)

The fully qualified DNS name or the alias of the file server target configured under the Enterprise Vault site that hosts the volume.

-FileServerId (required)

The ID of the file server target that hosts the volume share.

-Name (required)

The name of the volume that you want to remove.

Examples
  • Remove-EVFSAVolume -SiteId 198…example.com -Name Sales -FileServerId 1FB…example.com

    Removes the volume 'Sales' on the file server with ID '1FB…example.com'.

  • Remove-EVFSAVolume -SiteId 198…example.com -Name Finance -FileServerName WindowsFiler.example.com

    Removes the volume 'Finance' on the file server 'WindowsFiler.example.com'.

Output

Remove-EVFSAVolume returns no output.

Related cmdlets