The SMS_CollectionSettings Windows Management Instrumentation (WMI) class is an SMS Provider server class, in System Center 2012 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; SMS_PowerConfig PowerConfigs[]; 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/WriteQualifiers: Nonetrue if automatic out of band provisioning is enabled. The default value is false.
- CollectionID
- Data type: StringAccess type: Read/WriteQualifiers: [key, read]A unique key that maps to the parent collection. The default value is "".
- CollectionVariablePrecedence
- Data type: UInt32Access type: Read/WriteQualifiers: NonePrecedence that is used for conflict resolution. The default value is 1.
- CollectionVariables
- Data type: SMS_CollectionVariable ArrayAccess type: Read-onlyQualifiers: [read, lazy]SMS_CollectionVariable Server WMI Class objects representing collection variables.
- LastModificationTime
- Data type: DateTimeAccess type: Read-onlyQualifiers: [read]Last modification date and time for collection settings.
- LocaleID
- Data type: UInt32Access type: Read/WriteQualifiers: NoneLocale 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 installation from the SMS_Identification Server WMI ClassLocaleID property.
- PollingInterval
- Data type: UInt32Access type: Read/WriteQualifiers: NonePolicy polling interval, in minutes. The default value is 5.
- PollingIntervalEnabled
- Data type: BooleanAccess type: Read/WriteQualifiers: Nonetrue if the polling interval is enabled. The default value is false.
- PowerConfigs
- Data type: SMS_PowerConfig ArrayAccess type: Read-onlyQualifiers: [read, lazy]SMS_PowerConfig Server WMI Class objects representing the power configuration for a specific collection.
- RebootCountdown
- Data type: UInt32Access type: Read/WriteQualifiers: NoneReboot countdown. The default value is 5.
- RebootCountdownEnabled
- Data type: BooleanAccess type: Read/WriteQualifiers: Nonetrue if reboot countdown is enabled. The default value is false.
- RebootCountdownFinalWindow
- Data type: UInt32Access type: Read/WriteQualifiers: NoneThe 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-onlyQualifiers: [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 OnlyQualifiers: [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.