Install-VamtProductActivation
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.
Parameters
-Password
Provides a password for password-protected environments.
Type: | String |
Position: | Named |
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: | Named |
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: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | True |
Accept wildcard characters: | False |