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-EVExchangeFolderPolicy
Remove-EVExchangeFolderPolicy は、メールボックス内のフォルダから Enterprise Vault フィルタ設定を削除します。 影響を受けるフォルダは、Exchange 管理フォルダのみが含まれるように制限することができます。
Remove-EVExchangeFolderPolicy は、Veritas.EnterpriseVault.PowerShell.Snapin.dll スナップインから利用できます。
Remove-EVExchangeFolderPolicy -PrimarySMTPAddress <String> [-DomainController <String>] [-DontUseSSL] [-Credential <PSCredential>] [-ManagedFolders] [-MailServer <String>] [-LogFile <String>] [-ExchangeWebServicesURL <String>] [<CommonParameters>]
表: Remove-EVExchangeFolderPolicy パラメータ
パラメータ | 説明 |
|---|---|
-PrimarySMTPAddress (必須) | 使用されるメールボックスのプライマリ SMTP アドレスを指定します。 |
-DomainController | LDAP ルックアップクエリーを実行する必要があるドメインコントローラを指定します。 |
-DontUseSSL | Exchange Server への接続時に SSL が使用されないように指定します。 |
-Credential | Exchange Server への接続に使用する必要がある PSCredential を指定します。 これは Enterprise Vault 管理者アカウントである必要があります。 |
-ManagedFolders | Exchange 管理フォルダポリシーが設定されているフォルダのみ削除を制限します。 |
-MailServer | メールボックスと関連付けられているメールボックスサーバー値を上書きし、指定されたサーバーの使用を試行します。 |
-LogFile | 出力をコンソールではなく指定されたファイルに記録します。 |
-ExchangeWebServicesURL | Exchange 2010 環境の Exchange Web サービス URL を指定します。 このパラメータは、Remove-EVExchangeFolderPolicy が Exchange Web サービス URL の自動決定に失敗した場合に使用します。 |
Remove-EVExchangeFolderPolicy -PrimarySMTPAddress user1@example.com -ManagedFolders
SMTP アドレスが user1@example.com のメールボックスにある Exchange 管理フォルダから Enterprise Vault フィルタ設定を削除します。