33 lines
1.3 KiB
Plaintext
33 lines
1.3 KiB
Plaintext
Copyright (C) 2011 Intel Corporation
|
|
|
|
Intel(R) Active Management Technology (Intel(R) AMT):
|
|
A short description of the PowerPackage sample code for the usage of developers.
|
|
|
|
PowerPackage sample application:
|
|
-----------------------------------
|
|
This sample application demonstrates the following flows:
|
|
-getidletimeout : get the idle wake timeout
|
|
-enumerate : enumerate the power packages
|
|
-getcurrent : get the current active power package
|
|
-setidletimeout <value> : set the idle wake timeout (minutes)
|
|
-applyguid <value> : set power package based on guid
|
|
|
|
|
|
How to run the sample:
|
|
----------------------
|
|
1. Open "PowerPackage.csproj" in Microsoft Visual Studio* and build the project.
|
|
An output file "PowerPackage.exe" should be created.
|
|
2. Make sure that Intel.Wsman.Scripting.dll is located in the same place as the
|
|
"PowerPackage.exe" file.
|
|
3. Make sure that the Intel(R) AMT device had been activated on the target
|
|
machine.
|
|
4. Use the generated executable as described in the command usage (type the
|
|
command to get the usage instructions).
|
|
|
|
Notes:
|
|
------
|
|
1. This sample uses the Intel.Wsman.Scripting library.
|
|
|
|
-------------------------------------------------------------------
|
|
* Other names and brands may be claimed as the property of others.
|