Install-Vamt
Product
Activation
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
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
Provides a password for password-protected environments.
Type: | String |
Position: | Named |
Default value: | None |
Accept pipeline input: | True (ByPropertyName) |
Accept wildcard characters: | False |
Provides a user name for password-protected environments.
Type: | String |
Position: | Named |
Default value: | None |
Accept pipeline input: | True (ByPropertyName) |
Accept wildcard characters: | False |