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

Not getting the hardware asset information

vivekkumarcss_net_in
234 Views

Hello,

I have designed a new window for getting the harware information in the datagrid.There I have given the button

which will connect to AMT machine. I have taken all the references of Manegerial Kit and trying to connect to the AMT system but not able to connect. I am pasting my code here

private void button1_Click(object sender, EventArgs e)

{

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

AmtHardwareComputerSystem ComputerSystemCache = null;

HardwareAssetService service = new HardwareAssetService("192.168.1.9");

AmtAssetManager asstMgr = new AmtAssetManager(computer, service);

////// Setup WSMAN support

computer.WsManSupport = Properties.Settings.Default.WsmanSupport;

// Then, connect to the computer.

computer.Connect();

}


0 Kudos
1 Reply
Lance_A_Intel
Employee
234 Views

When you state "Manegerial Kit" are you refering to the Manageabilty Developer Toolkit? If so, please direct your questions here.

0 Kudos
Reply