Install-VamtProductActivation

Install-VamtProductActivation

Activates products online, using the local computer’s Internet connection.

구문

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

자세한 설명

The Install-VamtProductActivation cmdlet activates products online by using the Internet connection on the local computer. You cannot use this cmdlet for proxy activation.

매개 변수

-Password<String>

Provides a password for password-protected environments.

별칭

없음

필수 여부

false

위치

3

기본값

없음

파이프라인 입력 적용 여부

true (ByPropertyName)

와일드카드 문자 허용 여부

false

-Products<Product[]>

Specifies the product or products to be activated.

별칭

없음

필수 여부

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

This command gets products and then activates them by using online activation.

PS C:\> get-vamtproduct | install-vamtproductactivation