Add-Vamt Product Key

Adds the user-specified product key to a VAMT database.

Syntax

Add-VamtProductKey
   -ProductKey <String>
   [-DbConnectionString <String>]
   [-DbCommandTimeout <Int32>]
   [<CommonParameters>]

Description

The Add-VamtProductKey cmdlet adds the user-specified product key to a dep_firstref_vamt database. If a list of product keys must be added to a dep_nextref_vamt database, you can use this cmdlet in a script to add the product keys.

Examples

Example 1: Add a product key to a database

PS C:\> add-vamtproductkey -ProductKey "12345-456789-12345-456789-12345" -DbConnectionString "data source=.\adk;initial catalog=test;integrated security=true;multipleactiveresultsets=true"

This command adds a product key to the specified dep_nextref_vamt database.

Required Parameters

-ProductKey

Specifies the product key to be added to the dep_nextref_vamt database.

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

Optional Parameters

-DbCommandTimeout

Indicates how long dep_nextref_vamt waits for a response from the database before timing out. The default value is 30 seconds.

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

Specifies the database that the product key is added to. If no database connection string is provided, dep_nextref_vamt attempts to use the database that the dep_nextref_vamt user console used on the local computer. If dep_nextref_vamt does not find a database, it returns an error. You can find the connection string in the dep_nextref_vamt UI in the Preferences dialog box. On the menu bar, click View, and then click Preferences to open the Volume Activation Management Tool Preferences dialog box. The connection string is in the Database Settings section under Current connection string.

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