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