Hi Everyone,
I am curious to find out if anybody has created a collection based on workstations that have AMT or Vpro before setting up Out Of Band. A client would like to know how many they have in their network before installing and configuring it.
I have this query to detect systems but I assume it will not work until Out Of Band is installed an enabled.
Select SMS_R_SYSTEM.ResourceID,SMS_R_SYSTEM.ResourceType,SMS_R_SYSTEM.Name,SMS_R_SYSTEM.SMSUniqueIdentifier,SMS_R_SYSTEM.ResourceDomainORWorkgroup,SMS_R_SYSTEM.Client from SMS_R_System WHERE AMTStatus=1
Thanks in advance,
Blair Muller
Link Copied
Hi Blair,
Have you seen this? http://software.intel.com/en-us/articles/manageability-developer-tool-kit/ http://software.intel.com/en-us/articles/manageability-developer-tool-kit/
Once you install it I think you will be interested in the commander tool.
Thanks,
Matt
Thanks mate,
That did the job
Regards,
Blair
For more complete information about compiler optimizations, see our Optimization Notice.