33 lines
1.5 KiB
Plaintext
33 lines
1.5 KiB
Plaintext
Copyright (C) 2006 Intel Corporation
|
|
|
|
Intel(R) Active Management Technology (Intel(R) AMT):
|
|
A short description of the AgentPresence Sample code for developers usage.
|
|
|
|
Agent Presence sample application:
|
|
-----------------------------------
|
|
This sample demonstrates usage of Intel(R) AMT Agent Presence interface using
|
|
WS-Management. Agent Presence includes the ability for the Management subsystem
|
|
to monitor the presence of SW-based agents (e.g. Anti-Virus, etc.) running in
|
|
the context of the OS, and take a specific action, if a SW-based agent is no
|
|
longer present.
|
|
|
|
How to run the sample:
|
|
----------------------
|
|
1. Open the "AgentPresenceConsole.csproj" in Microsoft Visual Studio* and build
|
|
the project. An output file "AgentPresence.exe" should be created.
|
|
2. Make sure that Intel.Wsman.Scripting.dll is located in the same place as the
|
|
"AgentPresence.exe" file.
|
|
3. Make sure that on the target machine the Intel(R) AMT has been activated.
|
|
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.dll library.
|
|
2. This sample creates a blocking System Defense policy and an Agent Presence
|
|
Watchdog agent. If a policy or an agent with matching properties to the ones
|
|
created by this sample already exist, this sample will fail.
|
|
|
|
-------------------------------------------------------------------
|
|
* Other names and brands may be claimed as the property of others.
|