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
- 分类
- 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-EVRetentionPlan
Remove-EVRetentionPlan 将删除指定的保留计划(未处于使用状态)。cmdlet 会提示您确认是否删除保留计划。
如果保留计划与以下任意一项关联,则不能删除保留计划:
Exchange、Domino、IMAP 或 SMTP 邮箱日记记录配置组
FSA 卷或文件夹策略
公用文件夹目标
SharePoint 目标或站点集合
已通过 Set-EVArchive PowerShell cmdlet 为其分配保留计划的归档
必须将保留计划与这些实体解除关联,然后运行适当的配置或归档任务以删除与目标归档的关联。
Remove-EVRetentionPlan 由管理单元 Symantec.EnterpriseVault.PowerShell.AdminAPI.dll 提供。
Remove-EVRetentionPlan -SiteId <String> -Name <String> [<CommonParameters>]
表:Remove-EVRetentionPlan 参数
|
参数 |
说明 |
|---|---|
|
-SiteId(必填) |
保留计划所属的 Enterprise Vault 站点的 ID。如果忽略此参数,则 cmdlet 将无法通过查找注册表来确定 ID,因此 Remove-EVRetentionPlan 随后会提示您输入所需的 ID。 您可以使用 Get-EVSite 获取站点 ID。 |
|
-Name(必填) |
要删除的保留计划的名称。 |
Remove-EVRetentionPlan -SiteId 13E...localdomain.com -Name "PlanForCEOs"
删除名为“PlanForCEOs”的保留计划。
完成时会出现确认消息。
请参见Set-EVArchive。
请参见Get-EVSite。