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 アクセス
- インデックス
- レコード管理
- 保持計画
- 役割ベースの管理
- サイトおよびサーバー
- タスクおよびサービス
- ボルトストアおよびアーカイブ
Remove-EVFSAVolume
Remove-EVFSAVolume は、Enterprise Vault の設定から指定したボリュームを削除します。ボリュームの削除を確認するメッセージが表示されます。 ボリュームの処理に使うファイルシステムアーカイブタスクが停止状態でない場合にはボリュームは削除できません。
Remove-EVFSAVolume は、Veritas.EnterpriseVault.PowerShell.AdminAPI.dll スナップインから利用できます。
Remove-EVFSAVolume [-SiteId <String>] [-Name] <String> [-FileServerName] <String> [-WhatIf [<SwitchParameter>]] [-Confirm [<SwitchParameter>]] [<CommonParameters>]
Remove-EVFSAVolume [-SiteId <String>] [-Name] <String> -FileServerId <String> [-WhatIf [<SwitchParameter>]] [-Confirm [<SwitchParameter>]] [<CommonParameters>]
表: Remove-EVFSAVolume パラメータ
パラメータ | 説明 |
|---|---|
-SiteId (必須) | ファイルサーバーを設定している Enterprise Vault サイトの ID。このパラメータを省略すると、Remove-EVFSAVolume で、cmdlet を実行している Enterprise Vault サーバーのサイトの ID が使用されます。Get-EVSite を使用して、サイト ID を取得することができます。 |
-FileServerName (必須) | Enterprise Vault サイトで設定している、ボリュームをホストする対象ファイルサーバーの完全修飾 DNS 名またはエイリアス。 |
-FileServerId (必須) | ボリューム共有を提供する対象ファイルサーバーの ID。 |
-Name (必須) | 削除するボリュームの名前。 |
Remove-EVFSAVolume -SiteId 198…example.com -Name Sales -FileServerId 1FB…example.com
ID が「1FB…example.com」のファイルサーバーのボリューム「Sales」を削除します。
Remove-EVFSAVolume -SiteId 198…example.com -Name Finance -FileServerName WindowsFiler.example.com
ファイルサーバー「WindowsFiler.example.com」のボリューム「Finance」を削除します。
Remove-EVFSAVolume は出力を返しません。
Get-EVSiteを参照してください。
Get-EVFSAVolumeを参照してください。
New-EVFSAVolumeを参照してください。
Set-EVFSAVolumeを参照してください。