Forefront Protection 2010 for Exchange Server (FPE 2010) のForefront管理シェルは、PowerShellを用いたコマンドラインインタフェースです。
Forefront管理シェルは、FPE 2010の管理を目的として様々なコマンドレットが用意されていますが、 オンライン上では説明のみで詳細なコマンド オプション情報については公開されていないようです。
このヘルプ情報について、オンライン上で日本語として確認したいと思い、本ブログ上で纏めたいと思います (内容については「Get-Help」コマンドレットの-Fullオプションを用いて実行した結果を編集したものとなります)。
この記事では、「Get-FseSpamReport」コマンドレットについて記載します (他のコマンドレットについては、「FPE 2010のForefront管理シェルで使用できるコマンドレットについて」を参照)。
■名前
Get-FseSpamReport
■概要
スパム ブロック レポートを取得します。
■構文
Get-FseSpamReport -Endtime <DateTime> -StartTime <DateTime> [<CommonParameters>] |
■説明
Microsoft Forefront Protection 2010 for Exchange Serverのスパム ブロックに関するレポートを取得します。このレポートには、禁止一覧に対するクエリの総数、失敗したクエリの数、禁止一覧プロバイダーによってブロックされた接続の数、および送信元IPが禁止一覧プロバイダーと共に示されているメッセージの数が示されています。
■パラメーター
-Endtime <DateTime>
レポートの生成を終了する時刻です。必須です。有効な.NET DateTime値がすべて許容されます。ローカル時刻で値を入力する必要があります。
必須 | true |
位置 | named |
既定値 | |
パイプライン入力を許可する | false |
ワイルドカード文字を許可する | false |
-StartTime <DateTime>
レポートの生成を開始する時刻です。必須です。有効な.NET DateTime値がすべて許容されます。ローカル時刻で値を入力する必要があります。
必須 | true |
位置 | named |
既定値 | |
パイプライン入力を許可する | false |
ワイルドカード文字を許可する | false |
<CommonParameters>
このコマンドレットは、次の共通パラメーターをサポートします: Verbose、Debug、ErrorAction、ErrorVariable、WarningAction、WarningVariable、OutBuffer、およびOutVariable。詳細については、「get-help about_commonparameters」と入力してヘルプを参照してください。
■入力
■出力
■メモ
■例
例1
Get-FseSpamReport -StartTime 151208103000 -EndTime 151208111500
例1:出力結果
ConnectionFilterMessagesReceived: 0 ConnectionFilterMessagesAllowed: 0 ConnectionFilterMessagesBlocked: 0 ConnectionIPAllowMessageReceived: 0 ConnectionIPAllowMessagesAllowed: 0 ConnectionIPBlockMessagesReceived: 0 ConnectionIPBlockMessagesBlocked: 0 ConnectionIPBlockProviderMessagesReceived: 0 ConnectionIPBlockProviderMessagesBlocked: 0 SmtpFilterMessagesReceived: 0 SmtpFilterAllowActions: 0 SmtpFilterBlockActions: 0 SmtpSenderFilterMessagesReceived: 0 SmtpSenderFilterMessagesBlocked: 0 SmtpSenderIDFilterMessagesReceived: 0 SmtpSenderIDFilterMessagesBlocked: 0 SmtpRecipientFilterMessagesReceived: 0 SmtpRecipientFilterMessagesBlocked: 0 ContentFilterReceived: 0 ContentFilterRejected: 0 ContentFilterDeleted: 0 ContentFilterQuarantined: 0 MessagesMarkedSclNegative1: 0 MessagesMarkedScl0: 0 MessagesMarkedScl1: 0 MessagesMarkedScl2: 0 MessagesMarkedScl3: 0 MessagesMarkedScl4: 0 MessagesMarkedScl5: 0 MessagesMarkedScl6: 0 MessagesMarkedScl7: 0 MessagesMarkedScl8: 0 MessagesMarkedScl9: 0 |
例1:説明
スパム ブロック レポートを取得します。対象は、2008年12月15日の10:30から11:15までの期間です。
■関連するリンク
[参考]
- 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
コメント
[…] Get-FseSpamReport […]