SMS_CollectionSettings 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_CollectionSettings Windows Management Instrumentation (WMI) class is an SMS Provider server class, in System Center 2012 R2 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; 
};

The SMS_CollectionSettings class does not define any methods.

 AMTAutoProvisionEnabled

Data type: String

Access type: Read/Write

Qualifiers: None

true if automatic out of band provisioning is enabled. The default value is false.

 CollectionID

Data type: String

Access type: Read/Write

Qualifiers: [key, read]

A unique key that maps to the parent collection. The default value is "".

 CollectionVariablePrecedence

Data type: UInt32

Access type: Read/Write

Qualifiers: None

Precedence that is used for conflict resolution. The default value is 1.

 CollectionVariables

Data type: SMS_CollectionVariable Array

Access type: Read-only

Qualifiers: [read, lazy]

SMS_CollectionVariable Server WMI Class objects representing collection variables.

 LastModificationTime

Data type: DateTime

Access type: Read-only

Qualifiers: [read]

Last modification date and time for collection settings.

 LocaleID

Data type: UInt32

Access 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 installation from the SMS_Identification Server WMI Class LocaleID property.

 PollingInterval

Data type: UInt32

Access type: Read/Write

Qualifiers: None

Policy polling interval, in minutes. The default value is 5.

 PollingIntervalEnabled

Data type: Boolean

Access type: Read/Write

Qualifiers: None

 true if the polling interval is enabled. The default value is false.

 PowerConfigs

Data type: SMS_PowerConfig Array

Access type: Read-only

Qualifiers: [read, lazy]

SMS_PowerConfig Server WMI Class objects representing the power configuration for a specific collection.

 RebootCountdown

Data type: UInt32

Access type: Read/Write

Qualifiers: None

Reboot countdown. The default value is 5.

 RebootCountdownEnabled

Data type: Boolean

Access type: Read/Write

Qualifiers: None

 true if reboot countdown is enabled. The default value is false.

 RebootCountdownFinalWindow

Data type: UInt32

Access 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 Array

Access 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: String

Access type: Read Only

Qualifiers: [SizeLimit("3"), Not_null]

Site code of the source site.

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.

Show: