Previous Topic: Configure the Intel AMT AssetNext Topic: Validate the Intel AMT Asset Configuration


Run caprovision.exe

Run caprovision.exe (caprovision provision hostname adminusername adminpasswd userid userpasswd) before you perform any action on the Intel AMT asset.

To run the caprovision.exe file, enter the following command:

caprovision -c command -h hostname -os hostOSName -u adminUser -p adminPassword [-usern userName] [-userP userPassword] [-certn certificateName] [-certP certificatePassword] [-i]
-c command

Defines the operation to be performed of the Intel AMT asset. Supported operations/commands are provision, unprovision, getprovisioneddata, isdeviceprovisioned. Mandatory only if -i option is not used. The provision option enables the device to work with various commands; that is, it sets the user, password, and tag in the AMT device memory. The unprovision option removes the device from the provision state; that is, it removes the user, password, and tag from the device memory. The getprovisioneddata option lists the provision data for the named device. The isdeviceprovisioned option tells you if a named device has been provisioned.

-h hostname

Defines the host name of the Intel AMT asset. Mandatory only if -i option is not used.

-u adminUser

Defines the user name for the administrator. Mandatory only if -i option is not used.

-p adminPassword

Defines the password for the administrator. Mandatory only if -i option is not used.

-os hostOSName

Defines the name of the operating system on the Intel AMT asset. Mandatory only if -i option is not used.

-usern userName

Defines the name for the new user. User name is randomly generated if this option is not used and -i option is absent.

-userp userPassword

Defines the password for the new user. Password is randomly generated automatically if this option is not used and -i option is absent.

-i

Defines the interactive mode. It also prompts the user for the parameters which were not provided at the command line.