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 GeneralInfo sample code for the usage of developers.
|
|
|
|
GeneralInfo sample application:
|
|
-----------------------------------
|
|
This sample application demonstrates how to retrieve various info about intel(R)
|
|
AMT and the remote host.
|
|
|
|
How to run the sample:
|
|
----------------------
|
|
1. Open "GeneralInfo.csproj" in Microsoft Visual Studio* and build the project.
|
|
An output file "GeneralInfo.exe" should be created.
|
|
2. Make sure that Intel.Wsman.Scripting.dll is located in the same place as the
|
|
"GeneralInfo.exe" file.
|
|
3. Make sure that the Intel(R) AMT device has 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.
|
|
2. The minimal realm that required in order to run all the flows of the sample
|
|
is: ADMINISTRATION_REALM.
|
|
3. Running the sample with -local option will use the local $OsAdmin credentials
|
|
Note that the logged on user must be an administrator and that the wmi
|
|
provider is installed on the system.
|
|
|
|
-------------------------------------------------------------------
|
|
* Other names and brands may be claimed as the property of others.
|