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 访问
- 索引
- 记录管理
- 保留计划
- 基于角色的管理
- 站点和服务器
- 任务和服务
- 保管库存储和归档
Start-EVDatabaseUpgrade
Start-EVDatabaseUpgrade 可在 Enterprise Vault 升级后升级所有 Enterprise Vault 数据库,然后返回每个数据库的状态。
必须使用 Vault Service 帐户登录,才能运行此 cmdlet。开始升级前停止所有 Enterprise Vault 服务,并确保升级尚未运行。
通过超时参数,您可以调整 cmdlet 允许执行 SQL Server 命令和脚本的时间。您可能会发现,在进行特别长时间的升级时,增加超时期限会很有帮助,如果有足够的时间,升级最终会完成。但是,如果升级不会因任何原因而导致挂起,则增加超时期限无益。
Start-EVDatabaseUpgrade 由管理单元 DBUpgraderPowerShell.dll 提供。
Start-EVDatabaseUpgrade [-CommandTimeoutSeconds <Integer>] [-ScriptTimeoutSeconds <Integer>] [<CommonParameters>]
表:Start-EVDatabaseUpgrade 参数
|
参数 |
说明 |
|---|---|
|
-CommandTimeoutSeconds |
为此 cmdlet 执行 SQL Server 命令(例如 SQL 语句和存储过程)指定超时(秒)。默认值是 210 秒。必须是非零值。 |
|
-ScriptTimeoutSeconds |
为此 cmdlet 在 SQL Server 上执行脚本指定超时(秒)。默认值是 7200 秒。必须是非零值。 |
Start-EVDatabaseUpgrade
开始升级 Enterprise Vault 数据库并返回每个数据库的状态。
Start-EVDatabaseUpgrade -CommandTimeoutSeconds 420 -ScriptTimeoutSeconds 14400
通过将这些活动的超时值加倍,为 cmdlet 提供更多时间来执行 SQL Server 命令和脚本。