- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
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.
Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.

Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page