Intel® Business Client Software Development
Support for Intel® vPro™ software development and technologies associated with Intel vPro platforms.

AMT Discovery through WS-Man API

tejs
Beginner
189 Views
hi,

i am writing discovery program to check whether machine is INtel AMT enabled or not ? is there any method exposed in WSMan to do the discovery ?

it would be great if you can provide some example in c#.

thanks.

Tej.
0 Kudos
1 Reply
Richard_B_Intel1
Employee
189 Views

Hi Tej-

The answer may depend upon what you mean by "enabled". If you mean the system has been provisioned and ready to be managed, look at the Class AMT_SetupAndConfigurationService specifically the field ProvisioningState.

If you arereferring to the manageability mode(Intel AMT, ASF, or None), this will need to be done locally at the system. You canread section B20 of the Developer's Guide to the Sample Setup andConfiguration Application to see the APIs available.

The ZTCLocalAgent source provided with the SDK (while based on the old EOI interface)does demonstrate how to determine the state in both situations.
0 Kudos
Reply