The SMS_AMTMachineInfo Windows Management Instrumentation (WMI) class, in System Center 2012 Configuration Manager, represents known information about a computer that supports Intel Active Management Technology (Intel AMT).
The following syntax is simplified from Managed Object Format (MOF) code and includes all inherited properties.
Class SMS_AMTMachineInfo : SMS_BaseClass { string Addn; string AdminPassword; string AdminUserName; boolean EnableKerberos; string FQDN; string HostName; string IP; uint32 MachineID; uint32 ProvisionOpType; datetime ProvisionTime; uint32 TlsMode; }; |
Methods
The SMS_AMTMachineInfo class does not define any methods.
Properties
- Addn
- Data type: StringAccess type: Read-onlyQualifiers: NoneActive Directory Distinguished Name (ADDN) of the computer account that is created by System Center 2012 Configuration Manager for this AMT computer. The value is determined with the Active Directory (AD) container settings in the site control file.
- AdminPassword
- Data type: StringAccess type: Read-onlyQualifiers: NoneThe encrypted password of the built-in administration account of the AMT firmware.
- AdminUserName
- Data type: StringAccess type: Read-onlyQualifiers: NoneThe name of the built-in administration account of the AMT firmware.
- EnableKerberos
- Data type: BooleanAccess type: Read-onlyQualifiers: Nonetrue when the computer is Kerberos-enabled.
- FQDN
- Data type: StringAccess type: Read-onlyQualifiers: NoneThe fully qualified domain name (FQDN) of the AMT firmware. This should be synchronized with the host computer’s FQDN value.
- HostName
- Data type: StringAccess type: Read-onlyQualifiers: NoneThe computer name known to the AMT firmware. This should be synchronized with the name of the host computer.
- IP
- Data type: StringAccess type: Read-onlyQualifiers: NoneThe IP address known to the AMT firmware. This should be synchronized with the host computer’s IP address.
- MachineID
- Data type: UInt32Access type: Read-onlyQualifiers: keyIdentifier value that is mapped to the SMS_R_System class property ResourceId.
- ProvisionOpType
- Data type: UInt32Access type: Read-onlyQualifiers:
enumeration("Unprovision(1),PartialUnprovision(2),Provision(3),UnprovisionS(4),PartialUnprovisionS(5)")Provisioning
operation type. Possible values are:
Value Description 1
Unprovision
2
Partial Unprovision
3
Provision
4
Unprovision, suppressing future automatic provision.
5
Partial unprovision, suppressing future automatic provision.
- ProvisionTime
- Data type: DateTimeAccess type: Read-onlyQualifiers: NoneThe latest provision date of the AMT Machine
- TlsMode
- Data type: UInt32Access type: Read-onlyQualifiers:
enumeration("NoAuth(0), Tls(1), MutualAuth(2)")The TLS Mode of the
host computer. Possible values are:
Value Description 0
No Authorization
1
Server-side Authorization
2
Mutual Authorization
Remarks
Class qualifiers for this class include:
- Description("The class contains the AMT
computer related properties.")
- DisplayName("AMT Machine Properties")
- Dynamic
- Provider("ExtnProv")
- Read
For more information about both the class qualifiers and the property qualifiers included in the Properties section, see Configuration Manager Class and Property Qualifiers.
Requirements
Runtime Requirements
For more information, see Configuration Manager Server Runtime Requirements.
Development Requirements
For more information, see Configuration Manager Server Development Requirements.