Volume Activation Management Tool (VAMT) Cmdlets in Windows PowerShell

Windows PowerShell® es un lenguaje de scripting y shell de línea de comandos basado en tareas diseñado especialmente para la administración del sistema. En este tema de referencia para los profesionales de tecnologías de la información (TI) ofrece ayuda en el uso de los cmdlets de Windows PowerShell para crear scripts y automatizar las tareas.

VAMT module cmdlets

The enables network administrators and other IT professionals to automate and centrally manage the volume and retail-activation process for Windows®, Microsoft® Office, and select other Microsoft products. can manage volume activation using Multiple Activation Keys (MAKs) or the Windows Key Management Service (KMS). For more information about VAMT, see the Volume Activation Management Tool Technical Reference.

Cmdlet Description

Add-VamtProductKey

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

Export-VamtData

Exports product data and product-key data from a VAMT database to a portable .cilx file.

Find-VamtManagedMachine

Performs VAMT discovery operations.

Get-VamtConfirmationId

Acquires confirmation IDs (CIDs) from the Microsoft licensing servers during proxy activation.

Get-VamtProduct

Retrieves the record of a product or list of products from a VAMT database.

Get-VamtProductKey

Retrieves product-key records from a VAMT database.

Import-VamtData

Imports the data from a specified .cilx or .cil file into a VAMT database.

Initialize-VamtData

Initializes the VAMT database and removes all the data.

Install-VamtConfirmationId

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

Install-VamtProductActivation

Activates products online, using the local computer’s Internet connection.

Install-VamtProductKey

Installs the specified product key on a product or a group of products.

Update-VamtProduct

Updates the VAMT database by querying the computers for their current status.

Nota

To list all the cmdlets that are available, use the Get-Command –Module RemoteAccess cmdlet.

Para conocer más información o la sintaxis de cualquiera de los cmdlets, use el cmdlet Get-Help <nombre de cmdlet>, donde <nombre de cmdlet> es el nombre del cmdlet del que quiere información. Para obtener información más detallada, puede ejecutar cualquiera de los siguientes cmdlets:

Get-Help <nombre de cmdlet> -Detailed
Get-Help <nombre de cmdlet> -Examples
Get-Help <nombre de cmdlet> -Full

More Information

For more information about the cmdlets, see the following: