The SMS_AMTCertificate Windows Management Instrumentation (WMI) class, in System Center 2012 Configuration Manager, contains the Intel Active Management technology (Intel AMT) certificates, which are registered to the server. This is a read-only class.
The following syntax is simplified from Managed Object Format (MOF) code and includes all inherited properties.
Class SMS_AMTCertificate : SMS_BaseClass { String CAFqdn; String CAName; String CARequestID; UInt32 CAType; UInt32 CertID; SInt32 CertificateStatus; String CertTemplate; UInt32 CertType; UInt32 ChainLength; String ClientIdentity; String SiteCode; String Thumbprint; DateTime ValidFrom; DateTime ValidUntil; }; |
Methods
The SMS_AMTCertificate class does not define any methods.
Properties
- CAFqdn
- Data type: StringAccess type: Read-onlyQualifiers: NoneCertification authority (CA) fully qualified domain name (FQDN) for request client certificate.
- CAName
- Data type: StringAccess type: Read-onlyQualifiers: NoneCA Name for request client certificate.
- CARequestID
- Data type: StringAccess type: Read-onlyQualifiers: NoneCA Request ID for request client certificate.
- CAType
- Data type: UInt32Access type: Read-onlyQualifiers: NoneCA Type for request client certificate.
- CertID
- Data type: UInt32Access type: Read-onlyQualifiers: keyID of certificate
- CertificateStatus
- Data type: SInt32Access type: Read-onlyQualifiers:
enumeration("RequestPending(1),
ReqestSuccess(2),IssuedToAMT(3),Revoked(4),Active(5)")Certificate
status. Possible values are:
Value Description 1
Request is pending.
2
Request was successful.
3
Has been issued to AMT.
4
Has been revoked.
5
Is currently active.
- CertTemplate
- Data type: StringAccess type: Read-onlyQualifiers: NoneCertificate Template for request client certificate.
- CertType
- Data type: UInt32Access type: Read-onlyQualifiers:
enumeration("AMTDevice(1),Provision(2),TrustRoot(3),Console(4)")Type
of certificate. Possible values are:
Value Description 1
AMT device
2
Provision
3
Trusted root
4
Console
- ChainLength
- Data type: UInt32Access type: Read-onlyQualifiers: NoneCertificate chain length.
- ClientIdentity
- Data type: StringAccess type: Read-onlyQualifiers: NoneClient identity.
- SiteCode
- Data type: StringAccess type: Read-only Qualifiers: noneSite code for the site of this certificate.
- Thumbprint
- Data type: StringAccess type: Read-onlyQualifiers: NoneThumbprint of certificate.
- ValidFrom
- Data type: DateTimeAccess type: Read-onlyQualifiers: NoneDate-time stamp of when the certificate validity started.
- ValidUntil
- Data type: DateTimeAccess type: Read-onlyQualifiers: NoneDate-time stamp of when the certificate expires.
Remarks
This class is used to create or update the trust root certificate for a wireless or wired profile. For more information, see SubmitAMTCert Method in Class SMS_Site.
Class qualifiers for this class include:
- DisplayName("AMT Certificates")
- 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.