Please enter search query.
Search <book_title>...
Enterprise Vault™ PowerShell Cmdlet
Last Published:
2024-03-04
Product(s):
Enterprise Vault (15.0)
- 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-EVClassificationPolicy
Remove-EVClassificationPolicy 将删除指定的 Enterprise Vault 分类策略(如果未使用)。cmdlet 会提示您确认是否删除分类策略。
Remove-EVClassificationPolicy 由管理单元 Symantec.EnterpriseVault.PowerShell.AdminAPI.dll 提供。
语法
Remove-EVClassificationPolicy [[-SiteId] <String>] [-Name] <String> [<CommonParameters>]
参数
表:Remove-EVClassificationPolicy 参数
参数 | 说明 |
|---|---|
-SiteId | Enterprise Vault 分类策略所属的站点 ID。如果忽略此参数,cmdlet 将无法通过查找注册表来确定 ID,因此 Remove-EVClassificationPolicy 随后会提示您输入所需的 ID。 您可以使用 Get-EVSite 获取站点 ID。 |
-Name(必填) | 要删除的 Enterprise Vault 分类策略的名称。 |
示例
Remove-EVClassificationPolicy -SiteId 13E...EV.example.com -Name "Classification policy"
从指定的 Enterprise Vault 站点中,删除名为“Classification policy”的 Enterprise Vault 分类策略。
输出
无。
相关的 cmdlet