Creates properly formatted wsman messages to send to Intel® Active Management Technology (AMT) capable platforms. These libraries provide an easy to use API that when called return an XML string that is ready to be sent to an Intel® AMT device. Supports calls into AMT, IPS, and CIM classes supported by Intel® AMT devices. Full AMT SDK documentation can be found here.
via NPM
npm i @open-amt-cloud-toolkit/wsman-messages
import { AMT } from '@open-amt-cloud-toolkit/wsman-messages'
const amtClass = new AMT.Message()
const message = this.amtClass.GeneralSettings.Get()
console.log(message)