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 访问
- 索引
- 记录管理
- 保留计划
- 基于角色的管理
- 站点和服务器
- 任务和服务
- 保管库存储和归档
Get-EVRecordSettings
Get-EVRecordSettings 提供有关一个或多个归档中的记录管理设置的信息。要实施 Capstone 或等效的记录管理系统,必须将项目标记为记录,这样您就可以轻松分类、搜索、导出和处理它们。有关使用 Enterprise Vault 管理记录的指南,请参见“管理指南”。
Get-EVRecordSettings 由管理单元 Symantec.EnterpriseVault.PowerShell.Snapin.dll 提供。
Get-EVRecordSettings [-ArchiveId <String>] [-ArchiveName <String>] [-User <String>] [-RetentionPlan <String>] [-RecordType <String>] [-RetentionCategory <String>] [-SiteId <String>] [<CommonParameters>]
表:Get-EVRecordSettings 参数
|
参数 |
说明 |
|---|---|
|
-ArchiveId |
指定要为其返回记录管理设置的归档的 ID。可以使用 Get-EVArchive 获取所需 ID。 |
|
-ArchiveName |
指定要为其返回记录管理设置的归档的名称。如果多个归档共享相同的名称,该 cmdlet 可能会为它们返回这些设置。 |
|
-User |
指定要为其返回所有归档(拥有这些归档的写入权限)的记录管理设置的用户的名称。以“域名\用户”格式键入名称。 |
|
-RetentionPlan |
指定要为其返回所有归档(已向其应用该计划)的记录管理设置的保留计划的名称。 |
|
-RecordType |
指定要为其返回所有归档(在这些归档中,永久或临时记录类型为默认类型)的记录管理设置的记录类型(永久或临时)。应用到归档的保留计划中的保留类别决定了该归档的默认记录类型。 |
|
-RetentionCategory |
指定已为其返回所有归档(已使用此保留类别向其应用保留计划)的记录管理设置的保留类别。 |
|
-SiteId |
指定目标 Enterprise Vault 站点的 ID。如果在除 Enterprise Vault 服务器外的任何计算机上运行 cmdlet,此参数为必需的参数。不要同时指定 ArchiveId 和 SiteId 参数。 您可以使用 Get-EVSite 获取站点 ID。 |
Get-EVRecordSettings -ArchiveId 19D...EVServer1
返回指定的归档的记录管理设置。
Get-EVRecordSettings -ArchiveName msmith
返回所有名为“msmith”的归档的记录管理设置。
Get-EVRecordSettings -User "Domain\user"
返回用户“域\用户”在其中拥有写入权限的所有归档的记录管理设置。
Get-EVRecordSettings -RetentionPlan RetPlanForManagers
返回您已向其应用保留计划“RetPlanForManagers”的所有归档的记录管理设置。
Get-EVRecordSettings -RecordType Permanent
返回您已向其应用保留计划(其保留类别具有“永久”关联类型)的所有归档的记录管理设置。
Get-EVRecordSettings -RetentionCategory "Default Retention Category"
返回您已向其应用保留计划(其保留类别是“默认保留类别”)的所有归档的记录管理设置。
Get-EVRecordSettings -ArchiveName msmith -SiteId 13E...EV.example.com
返回指定站点中所有名为“msmith”的归档的记录管理设置。
Get-EVRecordSettings -RetentionPlan RetPlanForManagers | format-table -auto
对于您已向其应用保留计划“RetPlanForManagers”的所有归档,将以表格形式返回记录管理设置。
此 cmdlet 返回 Symantec.EnterpriseVault.PowerShell.Commands.RecordSettings 类型的对象,其中包含以下属性。
表:Get-EVRecordSettings 属性
|
名称 |
类型 |
说明 |
|---|---|---|
|
ArchiveName |
字符串 |
归档的名称。 |
|
RetentionPlan |
字符串 |
已将其应用于归档的保留计划的名称。 |
|
RetentionCategory |
字符串 |
与保留计划关联的保留类别。 |
|
RecordType |
字符串 |
已与保留类别关联的记录类型。 |
|
ArchiveId |
字符串 |
归档的 ID。 |
|
RetentionCategoryId |
字符串 |
保留类别的 ID。 |
请参见Export-EVArchive。
请参见Get-EVArchive。
请参见Get-EVSite。