Enterprise Vault™ PowerShell Cmdlets
- 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-EVVaultStorePartition
ボルトストアパーティションの情報を取得します。
Get-EVVaultStorePartition は、Veritas.EnterpriseVault.PowerShell.AdminAPI.dll スナップインから利用できます。
Get-EVVaultStorePartition [<CommonParameters>]
PowerShell 共通パラメータのみ。
Get-EVVaultStorePartition
現在のサーバーに存在するすべてのボルトストアパーティションに関するデータベースの詳細を返します。
表: Get-EVVaultStorePartition のプロパティ は、利用可能なプロパティを一覧表示します。
表: Get-EVVaultStorePartition のプロパティ
名前 | 種類 | 説明 |
|---|---|---|
CollectorType | 文字列 | コレクションソフトウェアの種類の表示。 |
Computer | 文字列 | パーティションをホストするサーバーの名前。 |
CreationDate | DateTime | パーティションを作成した日時。 |
DeviceType | 文字列 | パーティションが存在するデバイスの種類。 「NTFSボリューム」など。 |
EntryId | 文字列 | ボルトストアパーティションエントリ ID。 |
HoursSinceLastBackup | Int32 | パーティションの前回のバックアップから経過した時間。 |
InterfaceType | VaultStorePartition InterfaceType | 「Unknown」、「NonWorm」、「VolumeLevelRetPolicy」、「Snaplock」、「Snaplike」、「Atime」、「Streamer」、「Max」のいずれかです。 |
IsSmartPartition | ブール値 | パーティションがスマートパーティション (True) または標準のボルトストアパーティション (False) のどちらであるか。 |
LastBackupDate | DateTime | パーティションのバックアップを最後に作成した日時。 この値はパーティションのバックアップを作成していない場合は Null です。 |
LastOpenedDate | DateTime | パーティションが最後に開かれた状態だった日時。 この値はパーティションを開いたことがない場合は NULL です。 |
Location | 文字列 | パーティションのパス。 |
MigratorType | 文字列 | 移行の種類の表示。 |
Name | 文字列 | パーティションの名前。 |
RollOver | RolloverType | 「NotEnabled」、「EnabledBasedOnVolumeSize」、「EnabledBasedOnVolumePercentage」、「EnabledBasedOnDateTime」、「EnabledBasedOnVolumeSizeAndDateTime」、「EnabledBasedOnVolumePercentageAndDateTime」、「EnabledBasedOnTimerAfter」、「EnabledBasedOnVolumeSizeAndTimerAfter」、「EnabledBasedOnVolumePercentageAndTimerAfter」のいずれか。 |
Status | PartitionState | 「Undefined」、「Closed」、「Open」、「Standby」、「BeingDeleted」、「Ready」のいずれか。 |
Tags | 文字列 | スマートパーティションの場合のみ、パーティションに関連付けた分類タグ。 |
TotalQuotaGBytesAvailable | Double | 利用可能な合計領域 (GB)。 この値は NULL の場合もあります。 |
TotalQuotaGBytesFree | Double | 合計空き領域 (GB)。 この値は NULL の場合もあります。 |
TotalQuotaGBytesUsed | Double | 使用されている容量 (GB)。 この値は NULL の場合もあります。 |
VaultStoreEntryId | 文字列 | ボルトストアエントリ ID。 |
VaultStoreGroupName | 文字列 | ボルトストアのグループ名。 |
VaultStoreName | 文字列 | ボルトストアの名前。 |