Edit

Share via


Install-VamtConfirmationId

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

Syntax

Default (Default)

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.

Parameters

-Password

Provides a password for password-protected environments.

Parameter properties

Type:String
Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

(All)
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:True
Value from remaining arguments:False

-Products

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

Parameter properties

Type:

Product[]

Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

(All)
Position:Named
Mandatory:True
Value from pipeline:True
Value from pipeline by property name:True
Value from remaining arguments:False

-Username

Provides a user name for password-protected environments.

Parameter properties

Type:String
Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

(All)
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:True
Value from remaining arguments:False

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, -ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.