Get-VamtConfirmationId

Get-VamtConfirmationId

Acquires confirmation IDs (CIDs) from the Microsoft licensing servers during proxy activation.

構文

Parameter Set: CilX
Get-VamtConfirmationId [-FileName] <String> [-ProxyPassword <String> ] [-ProxyUserName <String> ] [ <CommonParameters>]

Parameter Set: Product
Get-VamtConfirmationId [-Products] <Product[]> [-ProxyPassword <String> ] [ <CommonParameters>]

Parameter Set: Products
Get-VamtConfirmationId [-ProxyUserName <String> ] [ <CommonParameters>]

詳細説明

The Get-VamtConfirmationID cmdlet acquires the confirmation IDs (CIDs) from the Microsoft licensing servers during proxy activation. All products either in the Windows PowerShell object or in the .cilx file are updated with the results.

パラメーター

-FileName<String>

Specifies the name of the file that contains the products that need CIDs. Use the FileName parameter during proxy activation to acquire CIDs for all products in the specified .cilx file. You cannot use the FileName parameter together with the Products parameter.

エイリアス

なし

必須?

true

位置は?

1

既定値

なし

パイプライン入力を許可する

true (ByValue, ByPropertyName)

ワイルドカード文字を許可する

false

-Products<Product[]>

Specifies the products in that need CIDs. By default, if you don't specify a product, CIDs are retrieved for all products in . You cannot use the Products parameter together with the FileName parameter.

エイリアス

なし

必須?

true

位置は?

1

既定値

なし

パイプライン入力を許可する

true (ByValue, ByPropertyName)

ワイルドカード文字を許可する

false

-ProxyPassword<String>

Password for a proxy server or gateway, if required for your environment.

エイリアス

なし

必須?

false

位置は?

named

既定値

なし

パイプライン入力を許可する

true (ByValue, ByPropertyName)

ワイルドカード文字を許可する

false

-ProxyUserName<String>

User name for a proxy server or gateway, if required for your environment.

エイリアス

なし

必須?

false

位置は?

named

既定値

なし

パイプライン入力を許可する

true (ByValue, ByPropertyName)

ワイルドカード文字を許可する

false

<CommonParameters>

このコマンドレットは次の共通パラメーターをサポートします。-Verbose、-Debug、-ErrorAction、-ErrorVariable、-OutBuffer、-OutVariable.詳細については、以下を参照してください。 about_CommonParameters (https://go.microsoft.com/fwlink/p/?LinkID=113216)。

Example 1

This command gets the CIDs for the products in the specified file.

PS C:\> get-vamtconfirmationid -filename "c:\users\me\desktop\vamtdata.cilx"

Example 2

This command gets a product object with all products and gets the confirmation IDs for these products.

PS C:\> $productinfo = get-vamtproduct
PS C:\> $updatedproductinfo = get-vamtconfirmationid -products $productinfo

関連トピック

Install-VamtConfirmationId