SMS_ConfigurationItem 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_ConfigurationItem Windows Management Instrumentation (WMI) class is an SMS Provider server class, in Configuration Manager, that represents a configuration item.
The following syntax is simplified from Managed Object Format (MOF) code and includes all inherited properties.
Class SMS_ConfigurationItem : SMS_ConfigurationItemBaseClass
{
String ApplicabilityCondition;
String CategoryInstance_UniqueIDs;[]
UInt32 CI_ID;
String CI_UniqueID;
UInt32 CIType_ID;
UInt32 CIVersion;
String CreatedBy;
DateTime DateCreated;
DateTime DateLastModified;
DateTime EffectiveDate;
UInt32 EULAAccepted;
Boolean EULAExists;
DateTime EULASignoffDate;
String EULASignoffUser;
UInt32 ExecutionContext;
Boolean InUse;
Boolean IsBroken;
Boolean IsBundle;
Boolean IsChild;
Boolean IsDigest;
Boolean IsEnabled;
Boolean IsExpired;
Boolean IsHidden;
Boolean IsLatest;
Boolean IsQuarantined;
Boolean IsSuperseded;
Boolean IsUserDefined;
String LastModifiedBy;
String LocalizedCategoryInstanceNames;[]
String LocalizedDescription;
String LocalizedDisplayName;
SMS_CI_LocalizedEulas LocalizedEulas[];
SMS_CI_LocalizedProperties LocalizedInformation[];
String LocalizedInformativeURL;
UInt32 LocalizedPropertyLocaleID;
UInt32 ModelID;
String ModelName;
UInt32 PermittedUses;
String PlatformCategoryInstance_UniqueIDs[];
UInt32 PlatformType;
SMS_SDMPackageLocalizedData SDMPackageLocalizedData[];
UInt32 SDMPackageVersion;
String SDMPackageXML;
String SecuredScopeNames[];
String SedoObjectVersion;
String SourceSite;
};
The following table lists the methods in the SMS_ConfigurationItem class.
Method | Description | |
|---|---|---|
Accepts or declines the Microsoft Software License Terms of a configuration item. | ||
Gets the localized Microsoft Software License Terms content of the configuration item. | ||
Retrieves the System Definition Model (SDM) definition of the configuration item in XML format. | ||
Sets the enforcement and the enforcement date for a configuration item. | ||
- ApplicabilityCondition
Data type: String
Access type: Read/Write
Qualifiers: [SizeLimit("512"), not_null]
- CategoryInstance_UniqueIDs
Data type: String Array
Access type: Read/Write
Qualifiers: None
- CI_ID
Data type: UInt32
Access type: Read-only
Qualifiers: [key]
- CI_UniqueID
Data type: String
Access type: Read-only
Qualifiers:[unique, not_null]
- CIType_ID
Data type: UInt32
Access type: Read-only
Qualifiers: [not_null, read]
See SMS_ConfigurationItemLatestBaseClass Server WMI Class.
For this class, the type ID is OtherConfigurationItem (7).
- CIVersion
Data type: UInt32
Access type: Read-only
Qualifiers: [read, not_null]
- CreatedBy
Data type: String
Access type: Read-only
Qualifiers: [SizeLimit("512"), read, not_null]
- DateCreated
Data type: DateTime
Access type: Read-only
Qualifiers: [read, not_null]
- DateLastModified
Data type: DateTime
Access type: Read-only
Qualifiers: [read]
- EffectiveDate
Data type: DateTime
Access type: Read-only
Qualifiers: [read]
- EULAAccepted
Data type: UInt32
Access type: Read-only
Qualifiers: [read]
- EULAExists
Data type: Boolean
Access type: Read-only
Qualifiers: [read]
- EULASignoffDate
Data type: DateTime
Access type: Read-only
Qualifiers: [read]
- EULASignoffUser
Data type: String
Access type: Read-only
Qualifiers: [read]
- ExecutionContext
Data type: UInt32
Access type: Read-only
Qualifiers: [read, valuemap, values]
- InUse
Data type: Boolean
Access type: Read-only
Qualifiers: [read]
- IsBroken
Data type: Boolean
Access type: Read-only
Qualifiers: [read]
true if the configuration item is broken.
- IsBundle
Data type: Boolean
Access type: Read/Write
Qualifiers: [not_null]
- IsChild
Data type: Boolean
Access type: Read-only
Qualifiers: [read]
true if this configuration item is a child of other configuration item.
- IsDigest
Data type: Boolean
Access type: Read-only
Qualifiers: [read, lazy]
- IsEnabled
Data type: Boolean
Access type: Read/Write
Qualifiers: [not_null]
- IsExpired
Data type: Boolean
Access type: Read/Write
Qualifiers: [not_null]
- IsHidden
Data type: Boolean
Access type: Read/Write
Qualifiers: [not_null]
- IsLatest
Data type: Boolean
Access type: Read-only
Qualifiers: [read]
- IsQuarantined
Data type: Boolean
Access type: Read-only
Qualifiers: [read]
- IsSuperseded
Data type: Boolean
Access type: Read-only
Qualifiers: [read, not_null]
- IsUserDefined
Data type: Boolean
Access type: Read/Write
Qualifiers: [not_null]
- LastModifiedBy
Data type: String
Access type: Read-only
Qualifiers: [SizeLimit("512"), read, not_null]
- LocalizedCategoryInstanceNames
Data type: String Array
Access type: Read-only
Qualifiers: [read]
- LocalizedDescription
Data type: String
Access type: Read-only
Qualifiers: [read]
- LocalizedEulas
Data type: SMS_CI_LocalizedEulas Array
Access type: Read/Write
Qualifiers: [lazy]
An array of localized Microsoft Software License Terms for the configuration item.
- LocalizedDisplayName
Data type: String
Access type: Read-only
Qualifiers: [read]
- LocalizedInformation
Data type: SMS_CI_LocalizedProperties Array
Access type: Read/Write
Qualifiers: [lazy]
A list of language-specific localized information about the configuration item:
String DisplayName
String Description
String InformativeURL
UInt32 LocaleID
- LocalizedInformativeURL
Data type: String
Access type: Read-only
Qualifiers: [read]
- LocalizedPropertyLocaleID
Data type: UInt32
Access type: Read-only
Qualifiers: [read]
- ModelID
Data type: UInt32
Access type: Read/Write
Qualifiers: [not_null]
- ModelName
Data type: String
Access type: Read-only
Qualifiers: [unique, not_null]
- PermittedUses
Data type: UInt32
Access type: Read/Write
Qualifiers: [not_null]
- PlatformCategoryInstance_UniqueIDs
Data type: String Array
Access type: Read/Write
Qualifiers: none
- PlatformType
Data type: UInt32
Access type: Read-only
Qualifiers: [bitmap, bitvalues, read]
- SDMPackageLocalizedData
Data type: SMS_SDMPackageLocalizedData Array
Access type: Read/Write
Qualifiers: [lazy]
- SDMPackageVersion
Data type: UInt32
Access type: Read-only
Qualifiers: [not_null]
- SDMPackageXML
Data type: String
Access type: Read/Write
Qualifiers: [lazy]
- SecuredScopeNames
Data type: String Array
Access type: Read-only
Qualifiers: [read]
- SedoObjectVersion
Data type: String
Access type: Read-only
Qualifiers: [read]
- SourceSite
Data type: String
Access type: Read-only
Qualifiers: [SizeLimit("3")]
Class qualifiers for this class include:
Secured
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 uses this class by creating an object and getting and setting the properties as required for the particular configuration.
Requirements
For more information, see Configuration Manager Server Runtime Requirements.
For more information, see Configuration Manager Server Development Requirements.