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

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

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

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

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

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

■名前

Get-FseLicensing

■概要

製品の現在のライセンス状態を取得します。

■構文

Get-FseLicensing [<CommonParameters>]

■説明

Microsoft Forefront Protection 2010 for Exchange Serverの現在のライセンス状態を取得します。返される情報には、ライセンスの種類、ライセンス番号、および有効期限が含まれます。

■パラメーター

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

■入力

 

■出力

 

■メモ

 

■例

例1

 Get-FseLicensing 

例1:出力結果

LicensedComponent: Forefront Protection 2010 for Exchange Server
LicenseType: Evaluation
LicenseStatus: Licensed
ProductID: <null>
LicenseNumber: <null>
ExpirationDate: 04/30/2008

例1:説明

有効な評価版展開のライセンス状態を返します。

例2

 Get-FseLicensing 

例2:出力結果

LicensedComponent: Forefront Protection 2010 for Exchange Server
LicenseType: Beta
LicenseStatus: Expired
ProductID: <null>
LicenseNumber: <null>
ExpirationDate: 12/31/2007

例2:説明

有効期限が切れたベータ版展開のライセンス状態を返します。

例3

 Get-FseLicensing 

例3:出力結果

LicensedComponent: Forefront Protection 2010 for Exchange Server
LicenseType: Subscription
LicenseStatus: Licensed
ProductID: 12345-002-1000005-12345
LicenseNumber: 1234567
ExpirationDate: 12/31/2011

例3:説明

有効なサブスクリプション展開のライセンス状態を返します。

例4

 Get-FseLicensing 

例4:出力結果

LicensedComponent: Forefront Protection 2010 for Exchange Server
LicenseType: Subscription
LicenseStatus: Expired
ProductID: -LicenseNumber 12345 -ExpirationDate 002/1000005/123451234567
ExpirationDate: 12/31/2011

例4:説明

Returns the license status for an expired subscription deployment.

■関連するリンク

  • Set-FseLicensing

[参考]

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