Forefront Protection 2010 for Exchange Server (FPE 2010) のForefront管理シェルは、PowerShellを用いたコマンドラインインタフェースです。
Forefront管理シェルは、FPE 2010の管理を目的として様々なコマンドレットが用意されていますが、 オンライン上では説明のみで詳細なコマンド オプション情報については公開されていないようです。
このヘルプ情報について、オンライン上で日本語として確認したいと思い、本ブログ上で纏めたいと思います (内容については「Get-Help」コマンドレットの-Fullオプションを用いて実行した結果を編集したものとなります)。
この記事では、「Get-FseSignatureOptions」コマンドレットについて記載します (他のコマンドレットについては、「FPE 2010のForefront管理シェルで使用できるコマンドレットについて」を参照)。
■名前
Get-FseSignatureOptions
■概要
エンジンとエンジン定義の更新設定を取得します。
■構文
Get-FseSignatureOptions [<CommonParameters>] |
■説明
エンジンとエンジン定義の更新設定を取得します。プロキシ情報やUNC (汎用名前付け規則) 情報などが取得されます (パスワードは含まれていません)。このサーバーが再配布サーバーであるかどうかも示されます。
■パラメーター
<CommonParameters>
このコマンドレットは、次の共通パラメーターをサポートします: Verbose、Debug、ErrorAction、ErrorVariable、WarningAction、WarningVariable、OutBuffer、およびOutVariable。詳細については、「get-help about_commonparameters」と入力してヘルプを参照してください。
■入力
■出力
■メモ
■例
例1
Get-FseSignatureOptions
例1:出力結果
DownloadTimeout : 150 UpdateAtStartup : False ProxyEnabled : False ProxyServer : ProxyPort : 80 ProxyUsername : ProxyPassword : UNCEnabled : False UNCUsername : UNCPassword : RedistributionServer : False |
例1:説明
設定済みのエンジン定義オプションをすべて返します。
■関連するリンク
- Set-FseSignatureUpdate
- Get-FseSignatureUpdate
- Set-FseSignatureOptions
- Start-FseSignatureUpdate
[参考]
- 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-FseSignatureOptions […]