Install-Vamt Product Activation

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

Syntax

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

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 1: Activate products

PS C:\>Get-VamtProduct | Install-VamtProductActivation

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

Required Parameters

-Products

Specifies the product or products to be activated.

Type: Product[]
Position: Named
Default value: None
Accept pipeline input: True (ByPropertyName, ByValue)
Accept wildcard characters: False

Optional Parameters

-Password

Provides a password for password-protected environments.

Type: String
Position: Named
Default value: None
Accept pipeline input: True (ByPropertyName)
Accept wildcard characters: False
-Username

Provides a user name for password-protected environments.

Type: String
Position: Named
Default value: None
Accept pipeline input: True (ByPropertyName)
Accept wildcard characters: False