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 访问
- 索引
- 记录管理
- 保留计划
- 基于角色的管理
- 站点和服务器
- 任务和服务
- 保管库存储和归档
Add-EVPstComputer
Add-EVPstComputer 可将计算机添加为定位和迁移 PST 迁移目标。根据配置,Enterprise Vault 可以搜索供 PST 文件迁移到 Enterprise Vault 的计算机。例如,您可以添加属于单个用户的计算机,也可以添加承载属于多个用户的 PST 文件的文件服务器。
Add-EVPstComputer 由管理单元 Symantec.EnterpriseVault.PowerShell.Snapin.dll 提供。
Add-EVPstComputer -Name <String> [-Mailbox <String>] [-EnableSearch] [-SiteName <String>] [-DirectoryServer <String>] [<CommonParameters>]
表:Add-EVPstComputer 参数
参数 | 说明 |
|---|---|
-Name(必填) | 要添加为 PST 迁移目标的计算机的名称。 |
-Mailbox | Enterprise Vault 为从计算机上找到的 PST 文件迁移而来的项目放置快捷方式的邮箱名称。如果您不指定邮箱,Add-EVPstComputer 将使用与每个 PST 文件关联的邮箱。通常情况下,您无需为任何承载属于不同用户的 PST 文件的计算机(例如文件服务器)指定邮箱。 |
-EnableSearch | 如果您希望 Enterprise Vault 在目标计算机中搜索 PST 文件,请使用 -EnableSearch。 |
-SiteName | 如果您的环境中有多个 Enterprise Vault 站点,请使用 -SiteName 指定要在其中添加计算机的站点。 |
-DirectoryServer | 如果您从除 Enterprise Vault 服务器之外的服务器执行 Add-EVPstComputer,请指定 Add-EVPstComputer 应连接的 Enterprise Vault 服务器的名称。 |
Add-EVPstComputer -Name FileServer1 -EnableSearch
添加 FileServer1 为 PST 迁移目标,并指定 Enterprise Vault 应在服务器中搜索 PST 文件。
Add-EVPstComputer -Name JohnDoeLaptop -Mailbox "John Doe" -EnableSearch
将 John Doe 的便携式计算机添加为 PST 迁移目标,同时指定 John 的邮箱,Enterprise Vault 将在该邮箱中为已迁移项目放置快捷方式。
请参见Add-EVPstFile。