FPE 2010のForefront管理シェルで使用できるコマンドレット (Get-FseTransportScan) について

ブログ エントリ内にアフィリエイト広告が含まれています
スポンサーリンク

Forefront Protection 2010 for Exchange Server (FPE 2010) のForefront管理シェルは、PowerShellを用いたコマンドラインインタフェースです。

Forefront管理シェルは、FPE 2010の管理を目的として様々なコマンドレットが用意されていますが、 オンライン上では説明のみで詳細なコマンド オプション情報については公開されていないようです。

このヘルプ情報について、オンライン上で日本語として確認したいと思い、本ブログ上で纏めたいと思います (内容については「Get-Help」コマンドレットの-Fullオプションを用いて実行した結果を編集したものとなります)。

この記事では、「Get-FseTransportScan」コマンドレットについて記載します (他のコマンドレットについては、「FPE 2010のForefront管理シェルで使用できるコマンドレットについて」を参照)。

■名前

Get-FseTransportScan

■概要

トランスポート スキャンの構成設定を取得します。

■構文

Get-FseTransportScan [<CommonParameters>]

■説明

変更を行う前に構成を確認できるように、トランスポート スキャンの構成設定を取得します。トランスポート スキャンが有効か、無効かを確認することもできます。

■パラメーター

<CommonParameters>
このコマンドレットは、次の共通パラメーターをサポートします: VerboseDebugErrorActionErrorVariableWarningActionWarningVariableOutBuffer、およびOutVariable。詳細については、「get-help about_commonparameters」と入力してヘルプを参照してください。

■入力

 

■出力

 

■メモ

 

■例

例1

 Get-FseTransportScan 

例1:出力結果

Enabled                                : True
EnableVirusScan                        : True
EnableSpywareScan                      : True
EnableScanningInbound                  : True
EnableScanningOutbound                 : True
EnableScanningInternal                 : True
DocFilesAsContainers                   : False
PurgeMessageIfBodyDeleted              : False
ProcessCount                           : 4
Timeout                                : 300
TimeOutAction                          : DELETE
SenderInformation                      : MIME
MaxContainerScanTime                   : 120
IllegalMIMEHeaderAction                : PURGE
IllegalMIMEHeaderQuarantine            : True
IPMReplicationMessages                 : False
Purge                                  : True
QuarantineMessageFormat                : QuarantineAsSingleEML
TagTextSubject                         : SUSPECT:
TagTextHeader                          : Junk-Mail
Bypass                                 : False
EngineUsagePolicy                      : Available
VirusAction                            : CLEAN
VirusQuarantine                        : True
MalwareDeletionText                    :
VirusRescan                            : False
AVStamping                             : True
EnableVirusScanInbound                 : True
EnableVirusScanOutbound                : True
EnableFileFiltering                    : True
FileFilteringDeletionText              :
FileFilteringSkipScanofCompressedFiles : False
EnableWormPurge                        : True
EnableKeywordFiltering                 : True
EnableKeywordFilteringCaseSensitive    : False
EnableKeywordFilteringInbound          : True
EnableKeywordFilteringOutbound         : True
SpywareAction                          : DELETE
SpywareQuarantine                      : True
DisableVirusRescanForEHSFilteredMail   :
DisableSpamRescanForEHSFilteredMail    :

例1:説明

トランスポート スキャンの構成設定を取得します。

■関連するリンク

  • Set-FseTransportScan

[参考]

タイトルとURLをコピーしました