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

tell me the procedure get hardware asset information

vivekkumarcss_net_in
239 Views

Sir,

AmtSystem computer = new AmtSystem("192.168.1.9", 16992, "admin", "Coresight1*", false, false);

////// Setup WSMAN support
computer.WsManSupport = Properties.Settings.Default.WsmanSupport;
// Then, connect to the computer.
computer.Connect();

Sir the above code(c#) is to connect amt system.is it right way to connect?.

Afer this i want to call one method that should return hardware information of amt computer.

Sir suggest me that which function i should call now.and how to call that fuction(give the function definition).

0 Kudos
1 Reply
Lance_A_Intel
Employee
239 Views

The right way to connect depends on which libraries you are using. If you are using the Manageability Developer Toolkit then you should direct your questions here.

0 Kudos
Reply