Intel® Business Client Software Development
Support for Intel® vPro™ software development and technologies associated with Intel vPro platforms.
Announcements
The Intel sign-in experience has changed to support enhanced security controls. If you sign in, click here for more information.

Samples in C/C++

hasyed
Beginner
197 Views

I am looking for AMT-WSMAN samples in C/C++ (preferably C). They are available in the SDK in C# only. Any suggestions?

Thanks

0 Kudos
2 Replies
Sreelekshm_S_Intel
197 Views

Hi,

I can't think of any at this point of time. Will do some digging and let you know.

Thanks,

Sree

Ylian_S_Intel
Employee
197 Views
I would start with OpenWSMAN, they perform WSMAN for much more than just Intel AMT but they have samples. The other source of documentation is around Microsoft WinRM. It's a Microsoft COM object that performs WSMAN operations and so, you should be able to use it in any language that supports COM.

If you run Linux or want something small, OpenWSMAN is probably the way to go. Also note that WinRM is present in Microsoft Vista but an optional free package on XP and in both cases the user needs to configure it.

Ylian (Intel AMT Blog)
Reply