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 访问
- 索引
- 记录管理
- 保留计划
- 基于角色的管理
- 站点和服务器
- 任务和服务
- 保管库存储和归档
Get-EVClassificationPolicy
Get-EVClassificationPolicy 会返回在站点中配置的所有 Enterprise Vault 分类策略的列表。您还可以使用 -Name 参数返回特定分类策略的属性。
Get-EVClassificationPolicy 由管理单元 Symantec.EnterpriseVault.PowerShell.AdminAPI.dll 提供。
Get-EVClassificationPolicy [[-SiteId] <String>] [[-Name] <String>] [<CommonParameters>]
表:Get-EVClassificationPolicy 参数
参数 | 说明 |
|---|---|
-SiteId | 要为其返回 Enterprise Vault 分类策略详细信息的站点的 ID。如果省略此参数,则 cmdlet 将无法通过查找注册表来确定 ID,因此 Get-EVClassificationPolicy 随后会提示您输入所需的 ID。 您可以使用 Get-EVSite 获取站点 ID。 |
-Name | 要返回其属性的特定 Enterprise Vault 分类策略的名称。 |
Get-EVClassificationPolicy
返回在 Enterprise Vault 站点中配置的所有 Enterprise Vault 分类策略的列表。由于未指定站点 ID,cmdlet 会首先在注册表中查找站点 ID,如果找不到,则会提示您输入。
Get-EVClassificationPolicy -SiteId 13E...EV.example.com
返回在指定的 Enterprise Vault 站点中配置的所有 Enterprise Vault 分类策略的列表。
Get-EVClassificationPolicy -SiteId 13E...EV.example.com -Name "Classification policy"
返回名为“Classification policy”的 Enterprise Vault 分类策略的属性。例如:
Name : Classification policy EntryId : 125...EV.example.com IsADefaultPolicy : True DuringArchivingIndexing : True DetermineRC : True RCDuringDeletion : True RCDuringExpiry : True PreventRCDuringMove : True AllowRCOnRecTypeChange : True Description : Classification policy SiteId : 13E...EV.example.com
此 cmdlet 返回 Symantec.EnterpriseVault.Admin.ClassificationPolicy 类型的对象,其中包含以下属性。
表:Get-EVClassificationPolicy 属性
名称 | 类型 | 说明 |
|---|---|---|
Name | 字符串 | Enterprise Vault 分类策略的名称。 |
EntryId | 字符串 | Enterprise Vault 分类策略的目录条目 ID。 |
IsADefaultPolicy | 布尔值 | Enterprise Vault 分类策略是否为默认策略。 |
DuringArchivingIndexing | 布尔值 | 是否在归档/编制索引期间对项目进行分类。 |
DetermineRC | 布尔值 | 是否使用分类确定保留类别。 |
RCDuringDeletion | 布尔值 | 是否在用户删除期间对项目进行分类。 |
RCDuringExpiry | 布尔值 | 是否在自动过期期间对项目进行分类。 |
PreventRCDuringMove | 布尔值 | 当用户执行可能会更新已归档项目的保留类别的操作时,是否要阻止 Enterprise Vault 更新这些保留类别。例如,用户可能会在已应用不同保留类别的文件夹间移动已归档项目,或者在条件允许的情况下,更改 Enterprise Vault Search 中的项目的保留类别。这两个操作都会导致项目的保留类别发生更改。 |
AllowRCOnRecTypeChange | 布尔值 | 是否允许用户操作在也可能导致项目的记录类型发生更改的实例中更新保留类别(例如,从“临时”更改为“永久”)。 |
Description | 字符串 | Enterprise Vault 分类策略的说明。 |
SiteId | 字符串 | Enterprise Vault 分类策略所属的站点 ID。 |
Identity | 数值 | Enterprise Vault 分类策略的标识号。 |