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: ReadQualifiers: NoneThe number of computers that have evaluated the configuration item.
ApplicabilityCondition


Data type: StringAccess type: ReadQualifiers: [SizeLimit("512"), not_null]See SMS_ConfigurationItemBaseClass Server WMI Class.
AssignedCount


Data type: UInt32Access type: ReadQualifiers: NoneThe number of computers that are targeted with the configuration item.
CategoryInstance_UniqueIDs


Data type: String ArrayAccess type: ReadQualifiers: NoneSee SMS_ConfigurationItemBaseClass Server WMI Class.
CI_ID


Data type: UInt32Access type: ReadQualifiers: [key]See SMS_ConfigurationItemBaseClass Server WMI Class.
CI_UniqueID


Data type: StringAccess type: ReadQualifiers:[unique, not_null]See SMS_ConfigurationItemBaseClass Server WMI Class.
CIType_ID


Data type: UInt32Access type: Read-onlyQualifiers: [not_null, read]See SMS_ConfigurationItemBaseClass Server WMI Class.For this class, the type ID is Baseline (2).
CIVersion


Data type: UInt32Access type: Read-onlyQualifiers: [read, not_null]See SMS_ConfigurationItemBaseClass Server WMI Class.
ComplianceCount


Data type: UInt32Access type: ReadQualifiers: NoneNumber of computers that are compliant with the configuration item.
CreatedBy


Data type: StringAccess type: Read-onlyQualifiers: [SizeLimit("512"), read, not_null]See SMS_ConfigurationItemBaseClass Server WMI Class.
DateCreated


Data type: DateTimeAccess type: Read-onlyQualifiers: [read, not_null]See SMS_ConfigurationItemBaseClass Server WMI Class.
DateLastModified


Data type: DateTimeAccess type: Read-onlyQualifiers: [read]See SMS_ConfigurationItemBaseClass Server WMI Class.
EffectiveDate


Data type: DateTimeAccess type: Read-onlyQualifiers: [read]See SMS_ConfigurationItemBaseClass Server WMI Class.
EULAAccepted


Data type: UInt32Access type: Read-onlyQualifiers: [read]See SMS_ConfigurationItemBaseClass Server WMI Class.
EULAExists


Data type: BooleanAccess type: Read-onlyQualifiers: [read]See SMS_ConfigurationItemBaseClass Server WMI Class.
EULASignoffDate


Data type: DateTimeAccess type: Read-onlyQualifiers: [read]See SMS_ConfigurationItemBaseClass Server WMI Class.
EULASignoffUser


Data type: StringAccess type: Read-onlyQualifiers: [read]See SMS_ConfigurationItemBaseClass Server WMI Class.
FailureCount


Data type: UInt32Access type: ReadQualifiers: NoneNumber of computers that failed to evaluate the configuration item.
IsAssigned


Data type: BooleanAccess type: ReadQualifiers: Nonetrue if the configuration item is assigned. The default value is false.
IsBundle


Data type: BooleanAccess type: ReadQualifiers: [not_null]See SMS_ConfigurationItemBaseClass Server WMI Class.
IsDigest


Data type: BooleanAccess type: Read-onlyQualifiers: [read, lazy]See SMS_ConfigurationItemBaseClass Server WMI Class.
IsEnabled


Data type: BooleanAccess type: ReadQualifiers: [not_null]See SMS_ConfigurationItemBaseClass Server WMI Class.
IsExpired


Data type: BooleanAccess type: ReadQualifiers: [not_null]See SMS_ConfigurationItemBaseClass Server WMI Class.
IsHidden


Data type: BooleanAccess type: ReadQualifiers: [not_null]See SMS_ConfigurationItemBaseClass Server WMI Class.
IsQuarantined


Data type: BooleanAccess type: Read-onlyQualifiers: [read]See SMS_ConfigurationItemBaseClass Server WMI Class.This property is not used for desired configuration management.
IsSuperseded


Data type: BooleanAccess type: Read-onlyQualifiers: [read, not_null]See SMS_ConfigurationItemBaseClass Server WMI Class.
IsUserDefined


Data type: BooleanAccess type: ReadQualifiers: [not_null]See SMS_ConfigurationItemBaseClass Server WMI Class.
LastModifiedBy


Data type: StringAccess type: Read-onlyQualifiers: [SizeLimit("512"), read, not_null]See SMS_ConfigurationItemBaseClass Server WMI Class.
LocalizedCategoryInstanceNames


Data type: String ArrayAccess type: Read-onlyQualifiers: [read]See SMS_ConfigurationItemBaseClass Server WMI Class.
LocalizedDescription


Data type: StringAccess type: Read-onlyQualifiers: [read]See SMS_ConfigurationItemBaseClass Server WMI Class.
LocalizedDisplayName


Data type: StringAccess type: Read-onlyQualifiers: [read]See SMS_ConfigurationItemBaseClass Server WMI Class.
LocalizedInformativeURL


Data type: StringAccess type: Read-onlyQualifiers: [read]See SMS_ConfigurationItemBaseClass Server WMI Class.
LocalizedPropertyLocaleID


Data type: UInt32Access type: Read-onlyQualifiers: [read]See SMS_ConfigurationItemBaseClass Server WMI Class.
ModelName


Data type: StringAccess type: ReadQualifiers: [unique, not_null]See SMS_ConfigurationItemBaseClass Server WMI Class.
NonComplianceCount


Data type: UInt32Access type: ReadQualifiers: NoneNumber of computers that are not compliant with the configuration item.
PermittedUses


Data type: UInt32Access type: ReadQualifiers: [not_null]See SMS_ConfigurationItemBaseClass Server WMI Class.
SDMPackageLocalizedData


Data type: SMS_SDMPackageLocalizedData ArrayAccess type: ReadQualifiers: [lazy]See SMS_ConfigurationItemBaseClass Server WMI Class.
SDMPackageVersion


Data type: UInt32Access type: ReadQualifiers: [not_null]See SMS_ConfigurationItemBaseClass Server WMI Class.
SDMPackageXML


Data type: StringAccess type: ReadQualifiers: [lazy]See SMS_ConfigurationItemBaseClass Server WMI Class.
Severity


Data type: UInt32Access type: ReadQualifiers: NoneThe noncompliance severity of the configuration item.
SourceSite


Data type: StringAccess type: ReadQualifiers: [SizeLimit("3")]See SMS_ConfigurationItemBaseClass Server WMI Class.

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

Development Requirements

See Also


Send comments about this topic to Microsoft.