This week's post is just a quick update on the status of my management console, IT Helper 1.0. I got a lot done last week and I should be finished by the end of this week. I've still got some Agent Presence and SOL features to work on, but everything else is just about done.
Here are some screenshots:

Main window.

Hardware Asset tab.

Event Log tab.

Networking tab.
I tried to keep the GUI as simple as possible. Let me know what you think. Be on the lookout for updates, you should be able to download and try out IT Helper in the near future.
Here are some screenshots:

Main window.

Hardware Asset tab.

Event Log tab.

Networking tab.
I tried to keep the GUI as simple as possible. Let me know what you think. Be on the lookout for updates, you should be able to download and try out IT Helper in the near future.

Comments
This looks pretty simple and cool! Does it work with advanced-mode provisioned devices using Kerberos and TLS?
-Trevor Sullivan
Not right now, but possibly in the future.
Are you writing this from the ground up, or are you leveraging the Intel AMT DTK?
-Trevor Sullivan
I'm using the DTK's Outpost Tool for some features (Process Monitor and File Explorer). Everything else was written using the SDK.
That's pretty good GUI, I believe you did in C#, I also want to make almost same management console, but in C++, May be you can help me.. I mean how do i get start, or what should be my approach.
Thanks
Yep, I used C#. You should check out my first (http://software.intel.com/en-us/blogs/2009/06/08/working-with-intel-amt-my-first-thoughts/) and second (http://software.intel.com/en-us/blogs/2009/06/15/working-with-intel-amt-getting-started/) blog posts. You'll find links to the web-based training offered through the Mangeability Developer Community. The training covers both C# and C++, so you should be able to get started from there. Also, you can read through all of my blog posts to see how I got started (http://software.intel.com/en-us/blogs/author/stephen-hibbert/). If you have any other questions, feel free to ask and I'll do my best to help. Thanks for the comment and good luck!
- Stephen