SMS_ConfigurationItem 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_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;
Boolean IsBundle;
Boolean IsDigest;
Boolean IsEnabled;
Boolean IsExpired;
Boolean IsHidden;
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;
String ModelName;
UInt32 PermittedUses;
SMS_SDMPackageLocalizedData SDMPackageLocalizedData[];
UInt32 SDMPackageVersion;
String SDMPackageXML;
String SourceSite;
};
Methods
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. |
||
ResendObjectToAllSites Method in Class SMS_ConfigurationItem |
Replicates object information for the configuration item to all sites. |
|
Sets the enforcement and the enforcement date for a configuration item. |
Properties
ApplicabilityCondition
Data type: StringAccess type: Read/Write
Qualifiers: [SizeLimit("512"), not_null]
CategoryInstance_UniqueIDs
Data type: String ArrayAccess type: Read/Write
Qualifiers: None
CI_ID
Data type: UInt32Access type: Read-only
Qualifiers: [key]
CI_UniqueID
Data type: StringAccess type: Read-only
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 OtherConfigurationItem (7).
CIVersion
Data type: UInt32Access type: Read-only
Qualifiers: [read, not_null]
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]
IsBundle
Data type: BooleanAccess type: Read/Write
Qualifiers: [not_null]
IsDigest
Data type: BooleanAccess type: Read-only
Qualifiers: [read, lazy]
IsEnabled
Data type: BooleanAccess type: Read/Write
Qualifiers: [not_null]
IsExpired
Data type: BooleanAccess type: Read/Write
Qualifiers: [not_null]
IsHidden
Data type: BooleanAccess type: Read/Write
Qualifiers: [not_null]
IsQuarantined
Data type: BooleanAccess type: Read-only
Qualifiers: [read]
IsSuperseded
Data type: BooleanAccess type: Read-only
Qualifiers: [read, not_null]
IsUserDefined
Data type: BooleanAccess type: Read/Write
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]
LocalizedEulas
Data type: SMS_CI_LocalizedEulas ArrayAccess type: Read/Write
Qualifiers: [lazy]
An array of localized Microsoft Software License Terms for the configuration item.
LocalizedDisplayName
Data type: StringAccess type: Read-only
Qualifiers: [read]
LocalizedInformation
Data type: SMS_CI_LocalizedProperties ArrayAccess 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: StringAccess type: Read-only
Qualifiers: [read]
LocalizedPropertyLocaleID
Data type: UInt32Access type: Read-only
Qualifiers: [read]
ModelName
Data type: StringAccess type: Read-only
Qualifiers: [unique, not_null]
PermittedUses
Data type: UInt32Access type: Read/Write
Qualifiers: [not_null]
SDMPackageLocalizedData
Data type: SMS_SDMPackageLocalizedData ArrayAccess type: Read/Write
Qualifiers: [lazy]
SDMPackageVersion
Data type: UInt32Access type: Read-only
Qualifiers: [not_null]
SDMPackageXML
Data type: StringAccess type: Read/Write
Qualifiers: [lazy]
SourceSite
Data type: StringAccess type: Read-only
Qualifiers: [SizeLimit("3")]
Remarks
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. When ready for metadata synchronization among the parent site and the child sites, the application can call ResendObjectToAllSites Method in Class SMS_ConfigurationItem.
Requirements
Runtime Requirements
For more information, see Configuration Manager Server Runtime Requirements.
Development Requirements
For more information, see Configuration Manager Server Development Requirements.