Install-VamtProductActivation

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

Syntax

Install-VamtProductActivation
       [-Products] <Product[]>
       [[-Username] <String>]
       [[-Password] <String>]

Description

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

Examples

Example

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

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

Parameters

-Password

Provides a password for password-protected environments.

Type:String
Position:3
Default value:None
Required:False
Accept pipeline input:True
Accept wildcard characters:False

-Products

Specifies the product or products to be activated.

Type:Product[]
Position:1
Default value:None
Required:True
Accept pipeline input:True
Accept wildcard characters:False

-Username

Provides a user name for password-protected environments.

Type:String
Position:2
Default value:None
Required:False
Accept pipeline input:True
Accept wildcard characters:False