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>

이 cmdlet은 일반 매개 변수 -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