Enterprise Vault™ PowerShell Cmdlets
- Introducing the Enterprise Vault PowerShell cmdlets
 - Archiving: Exchange
 - Archiving: FSA
- Get-EVFSAComputerSettings
 - Get-EVFSAFileServer
 - Get-EVFSAFolder
 - Get-EVFSASiteSettings
 - Get-EVFSAVolume
 - New-EVFSAFileServer
 - New-EVFSAFolder
 - New-EVFSAVolume
 - Remove-EVFSAFileServer
 - Remove-EVFSAFolder
 - Remove-EVFSAVolume
 - Set-EVFSAComputerSettings
 - Set-EVFSAFileServer
 - Set-EVFSAFolder
 - Set-EVFSASiteSettings
 - Set-EVFSAVolume
 
 - Archiving: Skype for Business
 - Archiving: SMTP
- Get-EVSMTPHoldingFolder
 - Get-EVSMTPMessageTrackingLogLocation
 - Get-EVSMTPPolicy
 - Get-EVSMTPServerSettings
 - Get-EVSMTPTarget
 - New-EVSMTPPolicy
 - New-EVSMTPServerSettings
 - New-EVSMTPTarget
 - Remove-EVSMTPPolicy
 - Remove-EVSMTPTarget
 - Set-EVSMTPMessageTrackingLogLocation
 - Set-EVSMTPPolicy
 - Set-EVSMTPServerSettings
 - Set-EVSMTPTarget
 - Sync-EVSMTPServerSettings
 
 - Backup
- Get-EVIndexSnapshotLocationBackupMode
 - Set-EVIndexSnapshotLocationBackupMode
 - Clear-EVIndexSnapshotLocationBackupMode
 - Get-IndexLocationBackupMode
 - Set-IndexLocationBackupMode
 - Clear-IndexLocationBackUpMode
 - Get-VaultStoreBackupMode
 - Set-VaultStoreBackupMode
 - Clear-VaultStoreBackupMode
 - Set-EVIndexSnapshotLocation
 - Get-EVIndexSnapshotLocation
 - Remove-EVIndexSnapshotLocation
 - New-EVIndexSnapshot
 - Get-EVIndexSnapshot
 - Remove-EVIndexSnapshot
 - Restore-EVIndexSnapshot
 - Get-EVIndexSnapshotRepository
 - Remove-EVIndexSnapshotRepository
 
 - Classification
- Disable-EVClassification
 - Get-EVClassificationFCITags
 - Get-EVClassificationPolicy
 - Get-EVClassificationStatus
 - Get-EVClassificationTestMode
 - Get-EVClassificationVICTags
 - Import-EVClassificationFCIRules
 - Initialize-EVClassificationVIC
 - Set-EVClassificationVICFIPSMode
 - New-EVClassificationPolicy
 - Publish-EVClassificationFCIRules
 - Remove-EVClassificationPolicy
 - Set-EVClassificationPolicy
 - Set-EVClassificationTestMode
 
 - Databases
 - IMAP access
 - Indexing
 - Records management
 - Retention plans
 - Roles-based administration
 - Sites and servers
 - Tasks and services
 - Vault stores and archives
 
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 the snap-in  Symantec.EnterpriseVault.PowerShell.AdminAPI.dll.
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>]
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.  | 
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'.
Remove-EVFSAVolume returns no output.
See Get-EVSite.
See Get-EVFSAVolume.
See New-EVFSAVolume.
See Set-EVFSAVolume.