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 访问
- 索引
- 记录管理
- 保留计划
- 基于角色的管理
- 站点和服务器
- 任务和服务
- 保管库存储和归档
Get-EVComputers
Get-EVComputers 返回目录数据库的 ComputerEntry 表中列出的计算机集合。
Get-EVComputers 由管理单元 Symantec.EnterpriseVault.PowerShell.AdminAPI.dll 提供。
语法
Get-EVComputers [<CommonParameters>]
参数
仅 PowerShell 常见参数。
示例
Get-EVComputers
返回目录数据库的 ComputerEntry 表中列出的计算机集合。
Get-EVComputers | Where-Object {$_.EnabledForIMAP -eq 1} | ForEach-Object {Set-EVIMAPServerDisabled $_.ComputerNameAlternate}
查找已启用 IMAP 的所有 Enterprise Vault 服务器并依次禁用,以停止过程中的 IMAP 服务器。
输出
表:Get_EVComputers 属性 会列出可用的属性。
表:Get_EVComputers 属性
名称 | 类型 | 说明 |
|---|---|---|
ComputerIdentity | Int32 | 此服务器的 Enterprise Vault 唯一标识符。 |
ComputerName | 字符串 | 计算机名称。 |
ComputerNameAlternate | 字符串 | 计算机备用名称。 |
EnabledForIMAP | 布尔值 | 指示是否已为 IMAP 启用服务器。可能的值:$true(已为 IMAP 启用服务器)、$false(没有为 IMAP 启用服务器)、null(从未针对 IMAP 启用服务器)。 |
IMAPEndPointEntryId | 字符串 | IMAP 端点条目 ID。 |
IMAPEndpointName | 字符串 | IMAP 端点名称。 |
相关的 cmdlet