SMS_AMTMachineInfo Server WMI Class

 

Updated: November 1, 2013

Applies To: System Center 2012 Configuration Manager, System Center 2012 Configuration Manager SP1, System Center 2012 R2 Configuration Manager

The SMS_AMTMachineInfo Windows Management Instrumentation (WMI) class, in System Center 2012 R2 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; 
};

The SMS_AMTMachineInfo class does not define any methods.

 Addn

Data type: String

Access type: Read-only

Qualifiers: None

Active Directory Distinguished Name (ADDN) of the computer account that is created by System Center 2012 R2 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: String

Access type: Read-only

Qualifiers: None

The encrypted password of the built-in administration account of the AMT firmware.

 AdminUserName

Data type: String

Access type: Read-only

Qualifiers: None

The name of the built-in administration account of the AMT firmware.

 EnableKerberos

Data type: Boolean

Access type: Read-only

Qualifiers: None

true when the computer is Kerberos-enabled.

 FQDN

Data type: String

Access type: Read-only

Qualifiers: None

The fully qualified domain name (FQDN) of the AMT firmware. This should be synchronized with the host computer’s FQDN value.

 HostName

Data type: String

Access type: Read-only

Qualifiers: None

The computer name known to the AMT firmware. This should be synchronized with the name of the host computer.

 IP

Data type: String

Access type: Read-only

Qualifiers: None

The IP address known to the AMT firmware. This should be synchronized with the host computer’s IP address.

 MachineID

Data type: UInt32

Access type: Read-only

Qualifiers: key

Identifier value that is mapped to the SMS_R_System class property ResourceId.

 ProvisionOpType

Data type: UInt32

Access type: Read-only

Qualifiers: 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: DateTime

Access type: Read-only

Qualifiers: None

The latest provision date of the AMT Machine

 TlsMode

Data type: UInt32

Access type: Read-only

Qualifiers: 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

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.

Show: