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-EVFSAFileServer
Remove-EVFSAFileServer は、Enterprise Vault サイトから指定したファイルサーバーを削除します。ファイルサーバーの削除を確認するよう促すプロンプトが表示されます。この cmdlet を実行する前に、ファイルサーバーボリュームを処理するファイルシステムアーカイブタスクを停止してください。
Remove-EVFSAFileServer は、Veritas.EnterpriseVault.PowerShell.AdminAPI.dll スナップインから利用できます。
Remove-EVFSAFileServer [-SiteId <String>] [-Identifier] <String> [-Confirm [<SwitchParameter>]] [-WhatIf [<SwitchParameter>]] [<CommonParameters>]
表: Remove-EVFSAFileServer パラメータ
パラメータ | 説明 |
|---|---|
-SiteId (必須) | ファイルサーバーを設定した Enterprise Vault サイトの ID。このパラメータを省略すると、Remove-EVFSAFileServer で、コマンドを実行している Enterprise Vault サーバーのサイトの ID が使用されます。Get-EVSite を使用して、サイト ID を取得することができます。 |
-Identifier (必須) | Enterprise Vault サイトで設定されている対象ファイルサーバーの完全修飾 DNS 名、UNC 名、またはエントリ ID。名前は、ファイルサーバーを追加したときに使った名前または管理コンソールに表示される名前と同じにする必要があります。ファイルサーバー名は、Get-EVFSAFileServer を使って取得できます。 パラメータエイリアス: FileServerDNSName、FileServerName、FileServerId。 |
-Confirm | cmdlet を実行する前に確認するように求められます。確認プロンプトが表示されないようにするには、-Confirm:$false と入力します。 |
-WhatIf | cmdlet の実行結果のプレビューが表示されます。 cmdlet は実際には実行されません。 |
Remove-EVFSAFileServer -Identifier \\abc
または
Remove-EVFSAFileServer -FileServerName \\abc
UNC 名が「\\abc」のファイルサーバーを削除します。
Remove-EVFSAFileServer -SiteId 198...example.com -Identifier abc.example.com
または
Remove-EVFSAFileServer -SiteId 198...example.com -FileServerDNSName abc.example.com
指定した Enterprise Vault サイトから完全修飾ドメイン名が「abc.example.com」のファイルサーバーを削除します。
Remove-EVFSAFileServer -Identifier 198...example.com
または
Remove-EVFSAFileServer -FileServerId 198...example.com
エントリ ID が「198...example.com」のファイルサーバーを削除します。
"abc.example.com" | Remove-EVFSAFileServer
完全修飾ドメイン名が「abc.example.com」のファイルサーバーを削除します。
Get-EVFSAFileServer | Remove-EVFSAFileServer
ローカルの Enterprise Vault サーバーを設定している Enterprise Vault サイトに設定されているすべてのファイルサーバーを削除します。
この cmdlet は出力を返しません。
Get-EVSiteを参照してください。
Get-EVFSAFileServerを参照してください。
New-EVFSAFileServerを参照してください。
Set-EVFSAFileServerを参照してください。