46 lines
1.7 KiB
Plaintext
Raw Blame History

Copyright (C) 2008 Intel Corporation
Intel(R) Active Management Technology (Intel(R) AMT):
A short description of the GeneralInfo sample code for
the usage of developers.
General Info sample application:
--------------------------------
This sample application demonstrates how to use various commands
of the GeneralInfo service.
How to run the sample:
----------------------
1. Open "GeneralInfo.vcxproj" in Microsoft Visual Studio and build
the project. An output file "GeneralInfo.exe" should be created.
2. Make sure that the Intel(R) AMT device has been activated on the target
machine.
3. Use the generated executable as described in the command usage (type the
command to get the usage instructions).
Notes:
------
1. The minimal realm that required in order to run all the flows of the sample is:
ADMINISTRATION_REALM.
2. To run the sample via WinRM follow the steps:
a. Add the CimWinRMClient.lib (located at Windows\Intel_AMT\Lib)
to the linker's "Additional Dependencies".
b. Add the following path to C/C++->Additional Include Directories list:
<SDK_Root>\Windows\Common\WS-Management\CPP\CimWinRMClient
c. Open the GeneralInfoSample.cpp file. In the constructor change the line
CimOpenWsmanClient wsmanClient(<28>);
To:
CimWinRMClient wsmanClient(<28>);
d. Remove the following parameters from the constructor:
- Proxy IP/ Hostname
- Proxy username
- Proxy password
- Connecting from remote / local
- Certificate name
- Certificate OID
e. Add the following line #include "CimWinRMClient.h"
to the "GeneralInfoSample.cpp" file.
-------------------------------------------------------------------
* Other names and brands may be claimed as the property of others.