- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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();
}
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
When you state "Manegerial Kit" are you refering to the Manageabilty Developer Toolkit? If so, please direct your questions here.

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