Install-Vamt Confirmation Id

Installs Confirmation IDs (CID) acquired from Microsoft to the respective computers to complete proxy activation.

Syntax

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

Description

The Install-VamtConfirmationID cmdlet installs the confirmation IDs (CIDs) to the computers in the system and alerts the products that they have been enabled. Use this cmdlet for proxy activations after you have acquired the CIDs from the Microsoft licensing servers.

Examples

Example 1: Install CIDs in the database

PS C:\> Import-VamtData -InputFile "c:\users\me\desktop\vamtdata.cilx"
PS C:\> $ProductInfo = Get-VamtProduct
PS C:\> $UpdatedProductInfo = Install-VamtConfirmationID -Products $ProductInfo
PS C:\> Import-VamtData -Products $UpdatedProductInfo

This command imports a file and acquires the data in the file. It then installs the CIDs to the dep_nextref_vamt data object. Finally, it imports the dep_nextref_vamt data object into the dep_nextref_vamt database. Run this command at the end of a proxy activation.

Required Parameters

-Products

Specifies the product or products to install the CIDs on during the proxy activation process.

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