Forefront Protection 2010 for Exchange Server (FPE 2010) のForefront管理シェルは、PowerShellを用いたコマンドラインインタフェースです。
Forefront管理シェルは、FPE 2010の管理を目的として様々なコマンドレットが用意されていますが、 オンライン上では説明のみで詳細なコマンド オプション情報については公開されていないようです。
このヘルプ情報について、オンライン上で日本語として確認したいと思い、本ブログ上で纏めたいと思います (内容については「Get-Help」コマンドレットの-Fullオプションを用いて実行した結果を編集したものとなります)。
この記事では、「Suspend-FseOnDemandScan」コマンドレットについて記載します (他のコマンドレットについては、「FPE 2010のForefront管理シェルで使用できるコマンドレットについて」を参照)。
■名前
Suspend-FseOnDemandScan
■概要
オンデマンド スキャンを中断します。
■構文
Suspend-FseOnDemandScan [<CommonParameters>] |
■説明
オンデマンド スキャンを中断します。このコマンドレットが正常に終了するためには、ジョブの状態がACTIVEでなければなりません。オンデマンド スキャンの状態を取得するには、次のコマンドレットを実行します。
Get-FseOnDemandScan -Status
中断したオンデマンド スキャンを再開するには、Resume-FseOnDemandScanを使用します。
■パラメーター
<CommonParameters>
このコマンドレットは、次の共通パラメーターをサポートします: Verbose、Debug、ErrorAction、ErrorVariable、WarningAction、WarningVariable、OutBuffer、およびOutVariable。詳細については、「get-help about_commonparameters」と入力してヘルプを参照してください。
■入力
■出力
■メモ
■例
例1
Suspend-FseOnDemandScan
例1:出力結果
There is no output if the command completes successfully. |
例1:説明
ACTIVE状態のオンデマンド スキャンを中断します。
■関連するリンク
- Get-FseOnDemandScan
- Set-FseOnDemandScan
- Start-FseOnDemandScan
- Stop-FseOnDemandScan
- Resume-FseOnDemandScan
[参考]
- Forefront Protection 2010 for Exchange Server : ホーム
http://www.microsoft.com/japan/forefront/protection-for-exchange/default.mspx - Microsoft Forefront Protection 2010 for Exchange Server
http://technet.microsoft.com/ja-jp/library/cc482977.aspx - Forefront Protection 2010 for Exchange Server : ホワイト ペーパー
http://www.microsoft.com/japan/forefront/protection-for-exchange/white-papers.mspx - Updates for Microsoft Forefront and Related Technologies
http://technet.microsoft.com/en-us/forefront/ff899332
コメント
[…] 2012年2月4日 00:01 00:01 | #13 FPE 2010のForefront管理シェルで使用できるコマンドレット (Suspend-FseOnDemandScan… […]