Forefront Protection 2010 for Exchange Server (FPE 2010) のForefront管理シェルは、PowerShellを用いたコマンドラインインタフェースです。
Forefront管理シェルは、FPE 2010の管理を目的として様々なコマンドレットが用意されていますが、 オンライン上では説明のみで詳細なコマンド オプション情報については公開されていないようです。
このヘルプ情報について、オンライン上で日本語として確認したいと思い、本ブログ上で纏めたいと思います (内容については「Get-Help」コマンドレットの-Fullオプションを用いて実行した結果を編集したものとなります)。
この記事では、「Get-FseScheduledScan」コマンドレットについて記載します (他のコマンドレットについては、「FPE 2010のForefront管理シェルで使用できるコマンドレットについて」を参照)。
■名前
Get-FseScheduledScan
■概要
定期スキャンの構成設定を取得します。
■構文
Get-FseScheduledScan [-Status] [<CommonParameters>] |
■説明
変更を行う前に構成を確認できるように、定期スキャンの構成設定を取得します。省略可能な -Statusパラメーターを使用すると、定期スキャンの状態のみが返されます。
■パラメーター
-Status [<SwitchParameter>]
定期スキャンの構成ではなく、最新の状態を取得します。省略可能です。この状態は、STOPPED (スキャンが停止) またはACTIVE (スキャンが実行中) です。
必須 | false |
位置 | named |
既定値 | |
パイプライン入力を許可する | true (ByPropertyName) |
ワイルドカード文字を許可する | false |
<CommonParameters>
このコマンドレットは、次の共通パラメーターをサポートします: Verbose、Debug、ErrorAction、ErrorVariable、WarningAction、WarningVariable、OutBuffer、およびOutVariable。詳細については、「get-help about_commonparameters」と入力してヘルプを参照してください。
■入力
■出力
■メモ
■例
例1
Get-FseScheduledScan
例1:出力結果
Enabled : True EnableVirusScan : True ScheduleStart : 1/1/2009 03:00 AM Frequency : Daily RepeatInterval : 02:00 EnableRepeat : True WindowOfScanTimeEnabled : False WindowOfScanTime : 1/1/2009 1:00:00 AM MailboxScope : ALL MailboxList : PublicFolderScope : ALL PublicFolderList : BodyScanning : False DocFilesAsContainers : False MaxContainerScanTime : 120 Priority : Normal MailWithAttachment : True OnlyUnscannedMessage : False MessagesReceivedInPast : Two_days EngineUsagePolicy : Available VirusAction : CLEAN VirusQuarantine : True MalwareDeletionText : Microsoft Forefront Protection for Exchange Server removed a file since it was found to contain malicious software. File name: “%File%” Virus name: “%Virus%” ScanOnSignatureUpdate : False ProcessCount : 1 EnableFileFiltering : True FileFilteringDeletionText : Microsoft Forefront Protection for Exchange Server removed a file since it was found to match a filter. File name: “%File%” Filter name: “%Filter%” FileFilteringSkipScanofCompressedFiles : True FileFilteringSubjectOfForwardedMail : EnableHeaderFiltering : True |
例1:説明
定期スキャンの構成を取得します。
例2
Get-FseScheduledScan -Status
例2:出力結果
ACTIVE |
例2:説明
定期スキャンの状態だけを取得します。この例では、スキャンを現在実行中です。
■関連するリンク
- Set-FseScheduledScan
- Start-FseScheduledScan
- Stop-FseScheduledScan
[参考]
- 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
コメント
[…] […]