Enterprise Vault™ PowerShell Cmdlets
- Introducing the Enterprise Vault PowerShell cmdlets
- Archiving: Exchange
- Archiving: FSA
- Archiving: Skype for Business
- Archiving: SMTP
- Backup
- Classification
- 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.