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

Checking AMT enabled status remotely

MPala11
New Contributor II
448 Views
Hi,

I'm trying to get Amt enabled status remotly .
Tried SystemProperties.vbs(Available in AMT SDK 7 - \\Intel_AMT_Release_7.0_SP1_SDK_PV_-_3696\\Windows\\Intel_AMT\\Samples\\WMI)execution locally in AMT machine and got error as
cscript SystemProperties.vbs
Microsoft Windows Script Host Version 5.8
Copyright (C) Microsoft Corporation. All rights reserved.

LMS service started: True
UNS service started: True
C:\\...\\Windows\\Intel_AMT\\Samples\\WMI\\SystemProperties.vbs(27, 1) SWbemServicesEx: Not found

I'm seeing AMT status as Enable and configured in Intel Management security Status application,
Is there any way to use WMI queries/winrm call to get the status of AMT machine(version >=6)remotly without running SCSdiscovery or similar tool in AMT system?

Thanks,
Mani
0 Kudos
1 Reply
Gael_H_Intel
Moderator
448 Views
Hello Mani,

You would not be able to use WMI remotely to check the status of an AMT system, however you could use RMCP ping to do so.

Hereis an SDK link on how to use RMCP ping to determine platform state remotely. This can be done inVB butwe dont have any examples - you would need to write them yourself.

http://software.intel.com/sites/manageability/AMT_Implementation_and_Reference_Guide/DOCS/Implementation%20and%20Reference%20Guide/default.htm?turl=HTMLDocuments%2FWS-Management_Class_Reference%2FAMT_SetupAndConfigurationService.htm

Hopefully this will help.

0 Kudos
Reply