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 访问
- 索引
- 记录管理
- 保留计划
- 基于角色的管理
- 站点和服务器
- 任务和服务
- 保管库存储和归档
Add-EVPstFile
Add-EVPstFile 指定要将其内容迁移到 Enterprise Vault 的 PST 文件的 UNC 路径和名称。
Add-EVPstFile 由管理单元 Symantec.EnterpriseVault.PowerShell.Snapin.dll 提供。
Add-EVPstFile -UNCPath <String> [-Mailbox <String>] [-Archive <String>] [-ArchiveType <String>] [-RetentionCategory <String>] [-PasswordProtected] [-Language <String>] [-Priority <String>] [-SiteName <String>] [-DirectoryServer <String>] [<CommonParameters>]
表:Add-EVPstFile 参数
|
参数 |
描述 |
|---|---|
|
-UNCPath (必填) |
要迁移的 PST 文件的完整 UNC 路径,包括 PST 文件本身的名称。 |
|
-Mailbox |
Enterprise Vault 放置已迁移项目的快捷方式的邮箱的名称。如果您不指定邮箱,Add-EVPstFile 将使用与 PST 文件关联的邮箱。 |
|
-Archive |
要将 PST 文件的内容迁移到的归档的名称。如果您不指定归档,Add-EVPstFile 会将项目迁移到与拥有此 PST 文件的邮箱关联的归档。 |
|
-ArchiveType |
归档的类型。可以指定“Exchange 邮箱”或“Internet 邮件”。如果您指定邮箱,PST 将迁移到关联的 Exchange 邮箱归档。如果您不指定邮箱,Enterprise Vault 将在 Exchange 邮箱归档和 Internet 邮件归档中查找归档。如果仅找到一个归档,Enterprise Vault 会将归档类型设置为找到的归档的类型并将该文件迁移到该归档。如果找到多个条目,则 Enterprise Vault 会将文件迁移到 Exchange 邮箱归档。请注意,不能将邮箱与 Internet 邮件归档相关联。 |
|
-RetentionCategory |
应用到已迁移项目的保留类别。如果您不指定保留类别,Add-EVPstFile 将使用适用的 PST 迁移策略中设置的保留类别。 |
|
-PasswordProtected |
表明 PST 文件受密码保护。如果您使用 -PasswordProtected,则 Add-EVPstFile 会提示您输入密码。 |
|
-Language |
PST 文件中使用的语言。如果您不指定语言,Add-EVPstFile 将使用适用的 PST 迁移策略中设置的语言。 |
|
-Priority |
设置 PST 文件的迁移优先级。您可以指定以下任意一个优先级,或者括号中显示的相应关联数值:严重 (1)、重要 (2)、高 (3)、中等 (4)、低 (5)或最低 (6)。默认优先级为中等 (4)。 |
|
-SiteName |
如果您的环境中有多个 Enterprise Vault 站点,请使用 -SiteName 指定要将 PST 文件迁移进来的站点。 |
|
-DirectoryServer |
如果您从除 Enterprise Vault 服务器之外的服务器执行 Add-EVPstFile,请指定 Add-EVPstFile 应连接的 Enterprise Vault 服务器的名称。 |
Add-EVPstFile -UNCPath \\FileServer1\UserShares\VIPs\JohnDoe\PSTs\2012.pst
将指定要迁移的 PST 文件添加到 Enterprise Vault 中。
Add-EVPstFile -UNCPath \\abc.xyz.com\c$\user1.pst -Archive IMAP1 -ArchiveType "Internet Mail"
将 PST 文件迁移到指定 Internet 邮件归档中。