Enterprise Vault™ PowerShell Cmdlet
- Enterprise Vault PowerShell Cmdlet 简介
- 归档:Exchange
- 归档: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
- 归档:Skype for Business
- 归档: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
- 备份
- 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
- Export-EVIndexData
- Import-EVIndexData
- 分类
- 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
- 数据库
- IMAP 访问
- 索引
- 记录管理
- 保留计划
- 基于角色的管理
- 站点和服务器
- 任务和服务
- 保管库存储和归档
Remove-EVFSAVolume
Remove-EVFSAVolume 会从 Enterprise Vault 配置中删除指定的卷。将提示您确认是否删除此卷。 如果用于处理此卷的文件系统归档任务不处于“停止”状态,则无法删除此卷。
Remove-EVFSAVolume 由管理单元 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>]
表:Remove-EVFSAVolume 参数
参数 | 说明 |
|---|---|
-SiteId(必填) | 在其下配置文件服务器的 Enterprise Vault 站点的 ID。如果忽略此参数,Remove-EVFSAVolume 会使用正在运行 cmdlet 的 Enterprise Vault 服务器所在站点的 ID。您可以使用 Get-EVSite 获取站点 ID。 |
-FileServerName(必填) | 在托管卷的 Enterprise Vault 站点下配置的文件服务器目标的完全限定 DNS 名称或别名。 |
-FileServerId(必填) | 承载卷共享的文件服务器目标的 ID。 |
-Name(必填) | 您要删除的卷的名称。 |
Remove-EVFSAVolume -SiteId 198…example.com -Name Sales -FileServerId 1FB…example.com
在 ID 为“1FB…example.com”的文件服务器上删除卷“Sales”。
Remove-EVFSAVolume -SiteId 198…example.com -Name Finance -FileServerName WindowsFiler.example.com
在文件服务器“WindowsFiler.example.com”上删除卷“Finance”。
Remove-EVFSAVolume 不返回输出。
请参见Get-EVSite。
请参见Get-EVFSAVolume。
请参见New-EVFSAVolume。
请参见Set-EVFSAVolume。