SMS_ConfigurationBaselineInfo Server WMI Class
Applies To: System Center Configuration Manager 2007, System Center Configuration Manager 2007 R2, System Center Configuration Manager 2007 R3, System Center Configuration Manager 2007 SP1, System Center Configuration Manager 2007 SP2
The SMS_ConfigurationBaselineInfo Windows Management Instrumentation (WMI) class is an SMS Provider server class, in Configuration Manager, that defines information about a baseline configuration item. For more information about this type of configuration item, see SMS_BaselineAssignment Server WMI Class.
The following syntax is simplified from Managed Object Format (MOF) code and includes all inherited properties.
Class SMS_ConfigurationBaselineInfo : SMS_ConfigurationItemBaseClass
{
UInt32 ActivatedCount;
String ApplicabilityCondition;
UInt32 AssignedCount;
String CategoryInstance_UniqueIDs[];
UInt32 CI_ID;
String CI_UniqueID;
UInt32 CIType_ID;
UInt32 CIVersion;
UInt32 ComplianceCount;
String CreatedBy;
DateTime DateCreated;
DateTime DateLastModified;
DateTime EffectiveDate;
UInt32 EULAAccepted;
Boolean EULAExists;
DateTime EULASignoffDate;
String EULASignoffUser;
UInt32 FailureCount;
Boolean IsAssigned;
Boolean IsBundle;
Boolean IsDigest;
Boolean IsEnabled;
Boolean IsExpired;
Boolean IsHidden;
Boolean IsQuarantined;
Boolean IsSuperseded;
Boolean IsUserDefined;
String LastModifiedBy;
String LocalizedCategoryInstanceNames[];
String LocalizedDescription;
String LocalizedDisplayName;
String LocalizedInformativeURL;
UInt32 LocalizedPropertyLocaleID;
String ModelName;
UInt32 NonComplianceCount;
UInt32 PermittedUses;
SMS_SDMPackageLocalizedData SDMPackageLocalizedData[];
UInt32 SDMPackageVersion;
String SDMPackageXML;
UInt32 Severity;
String SourceSite;
};
Methods
The SMS_ConfigurationBaselineInfo class does not define any methods.
Properties
ActivatedCount
Data type: UInt32Access type: Read
Qualifiers: None
The number of computers that have evaluated the configuration item.
ApplicabilityCondition
Data type: StringAccess type: Read
Qualifiers: [SizeLimit("512"), not_null]
AssignedCount
Data type: UInt32Access type: Read
Qualifiers: None
The number of computers that are targeted with the configuration item.
CategoryInstance_UniqueIDs
Data type: String ArrayAccess type: Read
Qualifiers: None
CI_ID
Data type: UInt32Access type: Read
Qualifiers: [key]
CI_UniqueID
Data type: StringAccess type: Read
Qualifiers:[unique, not_null]
CIType_ID
Data type: UInt32Access type: Read-only
Qualifiers: [not_null, read]
See SMS_ConfigurationItemBaseClass Server WMI Class.
For this class, the type ID is Baseline (2).
CIVersion
Data type: UInt32Access type: Read-only
Qualifiers: [read, not_null]
ComplianceCount
Data type: UInt32Access type: Read
Qualifiers: None
Number of computers that are compliant with the configuration item.
CreatedBy
Data type: StringAccess type: Read-only
Qualifiers: [SizeLimit("512"), read, not_null]
DateCreated
Data type: DateTimeAccess type: Read-only
Qualifiers: [read, not_null]
DateLastModified
Data type: DateTimeAccess type: Read-only
Qualifiers: [read]
EffectiveDate
Data type: DateTimeAccess type: Read-only
Qualifiers: [read]
EULAAccepted
Data type: UInt32Access type: Read-only
Qualifiers: [read]
EULAExists
Data type: BooleanAccess type: Read-only
Qualifiers: [read]
EULASignoffDate
Data type: DateTimeAccess type: Read-only
Qualifiers: [read]
EULASignoffUser
Data type: StringAccess type: Read-only
Qualifiers: [read]
FailureCount
Data type: UInt32Access type: Read
Qualifiers: None
Number of computers that failed to evaluate the configuration item.
IsAssigned
Data type: BooleanAccess type: Read
Qualifiers: None
true if the configuration item is assigned. The default value is false.
IsBundle
Data type: BooleanAccess type: Read
Qualifiers: [not_null]
IsDigest
Data type: BooleanAccess type: Read-only
Qualifiers: [read, lazy]
IsEnabled
Data type: BooleanAccess type: Read
Qualifiers: [not_null]
IsExpired
Data type: BooleanAccess type: Read
Qualifiers: [not_null]
IsHidden
Data type: BooleanAccess type: Read
Qualifiers: [not_null]
IsQuarantined
Data type: BooleanAccess type: Read-only
Qualifiers: [read]
See SMS_ConfigurationItemBaseClass Server WMI Class.
This property is not used for desired configuration management.
IsSuperseded
Data type: BooleanAccess type: Read-only
Qualifiers: [read, not_null]
IsUserDefined
Data type: BooleanAccess type: Read
Qualifiers: [not_null]
LastModifiedBy
Data type: StringAccess type: Read-only
Qualifiers: [SizeLimit("512"), read, not_null]
LocalizedCategoryInstanceNames
Data type: String ArrayAccess type: Read-only
Qualifiers: [read]
LocalizedDescription
Data type: StringAccess type: Read-only
Qualifiers: [read]
LocalizedDisplayName
Data type: StringAccess type: Read-only
Qualifiers: [read]
LocalizedInformativeURL
Data type: StringAccess type: Read-only
Qualifiers: [read]
LocalizedPropertyLocaleID
Data type: UInt32Access type: Read-only
Qualifiers: [read]
ModelName
Data type: StringAccess type: Read
Qualifiers: [unique, not_null]
NonComplianceCount
Data type: UInt32Access type: Read
Qualifiers: None
Number of computers that are not compliant with the configuration item.
PermittedUses
Data type: UInt32Access type: Read
Qualifiers: [not_null]
SDMPackageLocalizedData
Data type: SMS_SDMPackageLocalizedData ArrayAccess type: Read
Qualifiers: [lazy]
SDMPackageVersion
Data type: UInt32Access type: Read
Qualifiers: [not_null]
SDMPackageXML
Data type: StringAccess type: Read
Qualifiers: [lazy]
Severity
Data type: UInt32Access type: Read
Qualifiers: None
The noncompliance severity of the configuration item.
SourceSite
Data type: StringAccess type: Read
Qualifiers: [SizeLimit("3")]
Remarks
Class qualifiers for this class include:
Secured
Read (read-only)
For more information about both the class qualifiers and the property qualifiers included in the Properties section, see Configuration Manager Class and Property Qualifiers.
Your application can use this class to create a baseline. After creating the object, the application should set the CIType_ID property to Baseline (2). When the object is properly configured, the application can use the SMS_BaselineAssignment Server WMI Class class to populate it with other configuration items and corresponding rules.
For information on the use of this class, see How to List Configuration Assignments and How to Assign Configuration Baselines. An example for baseline configuration is provided in Configuration Baseline Example 1.
Requirements
Runtime Requirements
For more information, see Configuration Manager Server Runtime Requirements.
Development Requirements
For more information, see Configuration Manager Server Development Requirements.
See Also
Concepts
Desired Configuration Management Server WMI Classes
SMS_BaselineAssignment Server WMI Class