Install-VamtConfirmationId

Install-VamtConfirmationId

Installs Confirmation IDs (CID) acquired from Microsoft to the respective computers to complete proxy activation.

構文

Parameter Set: Default
Install-VamtConfirmationId [-Products] <Product[]> [[-Username] <String> ] [[-Password] <String> ] [ <CommonParameters>]

詳細説明

The Install-VamtConfirmationID cmdlet installs the confirmation IDs (CIDs) to the computers in the system and alerts the products that they have been activated. Use this cmdlet for proxy activations after you have acquired the CIDs from the Microsoft licensing servers.

パラメーター

-Password<String>

Provides a password for password-protected environments.

エイリアス

なし

必須?

false

位置は?

3

既定値

なし

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

true (ByPropertyName)

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

false

-Products<Product[]>

Specifies the product or products to install the CIDs on during the proxy activation process.

エイリアス

なし

必須?

true

位置は?

1

既定値

なし

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

true (ByValue, ByPropertyName)

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

false

-Username<String>

Provides a user name for password-protected environments.

エイリアス

なし

必須?

false

位置は?

2

既定値

なし

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

true (ByPropertyName)

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

false

<CommonParameters>

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

Example

Run this command at the end of a proxy activation. This command imports a file and acquires the data in the file. It then installs the CIDs to the data object. Finally, it imports the data object into the database.

PS C:\> import-vamtdata -inputfile c:\users\me\desktop\vamtdata.cilx
PS C:\> $productinfo = get-vamtproduct
PS C:\> $updatedproductinfo = install-vamtconfirmationid -products $productinfo
PS C:\> import-vamtdata -products $updatedproductinfo

関連トピック

Get-VamtConfirmationId