WMI-Serverklasse „SMS_G_System_CI_ComplianceState“SMS_G_System_CI_ComplianceState Server WMI Class
Die SMS_G_System_CI_ComplianceState
Windows-Verwaltungsinstrumentation (WMI)-Klasse ist eine SMS-Anbieter Serverklasse in Configuration Manager, die Hardware Inventur-Klassen Objekte für den Konformitäts Zustand eines Konfigurations Elements darstellt.The SMS_G_System_CI_ComplianceState
Windows Management Instrumentation (WMI) class is an SMS Provider server class, in Configuration Manager, that represents hardware inventory class objects for the compliance state of a configuration item.
Die folgende Syntax wird durch MOF-Code (Managed Object Format) vereinfacht und schließt alle geerbten Eigenschaften ein.The following syntax is simplified from Managed Object Format (MOF) code and includes all inherited properties.
SyntaxSyntax
Class SMS_G_System_CI_ComplianceState : SMS_G_System
{
UInt32 CI_ID;
String CI_UniqueID;
UInt32 CIVersion;
UInt32 ComplianceState;
String ComplianceStateName;
UInt32 DesiredState;
UInt32 IsApplicable;
UInt32 IsDetected;
UInt32 LastComplianceErrorID;
String LocalizedDisplayName;
UInt32 MaxNoncomplianceCriticality;
UInt32 ResourceID;
UInt32 SDMPackageVersion;
UInt32 UserID;
String UserName;
};
MethodenMethods
Die SMS_G_System_CI_ComplianceState
-Klasse definiert keine Methoden.The SMS_G_System_CI_ComplianceState
class does not define any methods.
EigenschaftenProperties
CI_ID
Datentyp: Uint32
Data type: Uint32
Zugriffstyp: LesenAccess type: Read
Qualifizierer: [key]Qualifiers: [key]
Die eindeutige ID des Konfigurations Elements.The unique ID of the configuration item. Diese ID ist nur für den Standort eindeutig.This ID is unique only for the site.
CI_UniqueID
Datentyp: String
Data type: String
Zugriffstyp: LesenAccess type: Read
Qualifizierer: keineQualifiers: None
Die eindeutige ID des Konfigurations Elements.The unique ID of the configuration item. Diese ID ist standortübergreifend eindeutig.This ID is unique across sites.
CIVersion
Datentyp: UInt32
Data type: UInt32
Zugriffstyp: Lesen/SchreibenAccess type: Read/Write
Qualifizierer: keineQualifiers: None
Version des Konfigurations Elements.Version of the configuration item.
ComplianceState
Datentyp: UInt32
Data type: UInt32
Zugriffstyp: LesenAccess type: Read
Qualifizierer: keineQualifiers: None
Der Konformitäts Status des Computers für das angegebene Konfigurationselement.The compliance state of the computer for the specified configuration item.
ComplianceStateName
Datentyp: String
Data type: String
Zugriffstyp: LesenAccess type: Read
Qualifizierer: keineQualifiers: None
Der lesbare Name des Konformitäts Zustands.The readable name of the compliance state. Mögliche Werte:Possible values are:
WertValue | KonformitätszustandCompliance state |
---|---|
00 | Unbekannter Kompatibilitäts Zustand.Compliance State Unknown |
11 | KonformCompliant |
22 | Nicht konformNon-Compliant |
44 | FehlerError |
DesiredState
Datentyp: UInt32
Data type: UInt32
Zugriffstyp: LesenAccess type: Read
Qualifizierer: keineQualifiers: None
Gewünschter Zustand des Konfigurations Elements auf dem Computer.Desired state of the configuration item on the computer.
IsApplicable
Datentyp: Uint32
Data type: Uint32
Zugriffstyp: LesenAccess type: Read
Qualifizierer: keineQualifiers: None
Wert, der angibt, ob das Konfigurationselement auf den Computer anwendbar ist.Value indicating if the configuration item is applicable to the computer.
IsDetected
Datentyp: UInt32
Data type: UInt32
Zugriffstyp: LesenAccess type: Read
Qualifizierer: keineQualifiers: None
Wert, der angibt, ob das Konfigurationselement auf dem Computer erkannt wird.Value indicating if the configuration item is detected on the computer.
LastComplianceErrorID
Datentyp: UInt32
Data type: UInt32
Zugriffstyp: LesenAccess type: Read
Qualifizierer: keineQualifiers: None
ID des letzten Konformitäts Status Fehlers.ID of the last compliance status error.
LocalizedDisplayName
Datentyp: String
Data type: String
Zugriffstyp: LesenAccess type: Read
Qualifizierer: keineQualifiers: None
Lokalisierter Anzeige Name für den Konformitäts Zustand.Localized display name for the compliance state.
MaxNoncomplianceCriticality
Datentyp: UInt32
Data type: UInt32
Zugriffstyp: LesenAccess type: Read
Qualifizierer: keineQualifiers: None
Der maximale Schweregrad der Nichtkonformität, der vom Client für das Konfigurationselement gemeldet wird.The maximum noncompliance severity reported by the client for the configuration item.
ResourceID
Datentyp: UInt32
Data type: UInt32
Zugriffstyp: LesenAccess type: Read
Qualifizierer: [key]Qualifiers: [key]
Siehe SMS_G_System Server-WMI-Klasse.See SMS_G_System Server WMI Class.
SDMPackageVersion
Datentyp: UInt32
Data type: UInt32
Zugriffstyp: LesenAccess type: Read
Qualifizierer: keineQualifiers: None
Die Version des System Definition Model-Pakets (SDM), das dem Konfigurationselement zugeordnet ist.Version of the System Definition Model (SDM) package that is associated with the configuration item.
UserID
Datentyp: UInt32
Data type: UInt32
Zugriffstyp: Lesen/SchreibenAccess type: Read/Write
Qualifizierer: [key]Qualifiers: [key]
Die ID des Benutzers.ID of the user.
UserName
Datentyp: String
Data type: String
Zugriffstyp: Lesen/SchreibenAccess type: Read/Write
Qualifizierer: keineQualifiers: None
Name des Benutzers.Name of the user.
BemerkungenRemarks
Die Klassen Qualifizierer für diese Klasse umfassen Folgendes:Class qualifiers for this class include:
Lesen (schreibgeschützt)Read (read-only)
Weitere Informationen zu den Klassen Qualifizierern und den im Abschnitt Properties enthaltenen Eigenschaften Qualifizierern finden Sie unter Configuration Manager Klassen-und Eigenschafts Qualifizierer.For more information about both the class qualifiers and the property qualifiers included in the Properties section, see Configuration Manager Class and Property Qualifiers.
Die Anwendung verwendet diese Klasse, um den Kompatibilitäts Zustand des Konfigurations Elements in der Server Datenbank zu aktualisieren und zu bestimmen.Your application uses this class to update and determine the compliance state of the configuration item in the server database.
Requirements (Anforderungen)Requirements
LaufzeitanforderungenRuntime Requirements
Weitere Informationen finden Sie unter Configuration Manager Server – Laufzeitanforderungen.For more information, see Configuration Manager Server Runtime Requirements.
EntwicklungsanforderungenDevelopment Requirements
Weitere Informationen finden Sie unter Configuration Manager Server – Entwicklungsanforderungen.For more information, see Configuration Manager Server Development Requirements.
Weitere InformationenSee Also
WMI-Klassen für den DCM-Server (Configuration Manager Compliance Settings) Configuration Manager Compliance Settings (DCM) Server WMI Classes
WMI-Klasse für den SMS_G_System ServerSMS_G_System Server WMI Class