SMS_CollectionSettings 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_CollectionSettings Windows Management Instrumentation (WMI) class is an SMS Provider server class, in Configuration Manager, that represents settings for an SMS_Collection Server WMI Class object.
Class SMS_CollectionSettings : SMS_BaseClass
{
Boolean AMTAutoProvisionEnabled;
String CollectionID;
UInt32 CollectionVariablePrecedence;
SMS_CollectionVariable CollectionVariables[];
DateTime LastModificationTime;
UInt32 LocaleID;
UInt32 PollingInterval;
Boolean PollingIntervalEnabled;
UInt32 RebootCountdown;
Boolean RebootCountdownEnabled;
UInt32 RebootCountdownFinalWindow;
SMS_ServiceWindow ServiceWindows[];
String SourceSite;
};
Methods
The SMS_CollectionSettings class does not define any methods.
Properties
AMTAutoProvisionEnabled
Data type: StringAccess type: Read/Write
Qualifiers: None
true if automatic out of band provisioning is enabled. The default value is false.
CollectionID
Data type: StringAccess type: Read/Write
Qualifiers: [key, read]
A unique key that maps to the parent collection. The default value is "".
CollectionVariablePrecedence
Data type: UInt32Access type: Read/Write
Qualifiers: None
Precedence that is used for conflict resolution. The default value is 1.
CollectionVariables
Data type: SMS_CollectionVariable ArrayAccess type: Read-only
Qualifiers: [read, lazy]
SMS_CollectionVariable Server WMI Class objects representing collection variables.
LastModificationTime
Data type: DateTimeAccess type: Read-only
Qualifiers: [read]
Last modification date and time for collection settings.
LocaleID
Data type: UInt32Access type: Read/Write
Qualifiers: None
Locale ID to use in converting the localized name and description. The default value is 1033 (U.S. English).
You can get the locale for the Configuration Manager 2007 installation from the SMS_Identification Server WMI ClassLocaleID property.
PollingInterval
Data type: UInt32Access type: Read/Write
Qualifiers: None
Policy polling interval, in minutes. The default value is 5.
PollingIntervalEnabled
Data type: BooleanAccess type: Read/Write
Qualifiers: None
true if the polling interval is enabled. The default value is false.
RebootCountdown
Data type: UInt32Access type: Read/Write
Qualifiers: None
Reboot countdown. The default value is 5.
RebootCountdownEnabled
Data type: BooleanAccess type: Read/Write
Qualifiers: None
true if reboot countdown is enabled. The default value is false.
RebootCountdownFinalWindow
Data type: UInt32Access type: Read/Write
Qualifiers: None
The point at which the final maintenance window is shown for the reboot countdown. The default value is 5.
ServiceWindows
Data type: SMS_ServiceWindow ArrayAccess type: Read-only
Qualifiers: [read, lazy]
SMS_ServiceWindow Server WMI Class objects representing maintenance windows that are used for making the collection settings.
SourceSite
Data type: StringAccess type: Read Only
Qualifiers: [SizeLimit("3"), Not_null]
Site code of the source site.
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.
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
Software Distribution Server WMI Classes
SMS_CollectionVariable Server WMI Class
SMS_ServiceWindow Server WMI Class