SMS_CM_RES_COLL_CollectionID 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_CM_RES_COLL_CollectionID Windows Management Instrumentation (WMI) class is an SMS Provider server class, in Configuration Manager, that represents a particular member of an SMS_Collection Server WMI Class object by collection ID.

The following syntax is simplified from Managed Object Format (MOF) code and includes all inherited properties.

Class SMS_CM_RES_COLL_CollectionID : SMS_CollectionMember
{
      UInt32 ClientType;
      String Domain;
      Boolean IsActive;
      Boolean IsAlwaysInternet;
      UInt32 IsApproved;
      Boolean IsAssigned;
      Boolean IsBlocked;
      Boolean IsClient;
      Boolean IsDecommissioned;
      Boolean IsDirect;
      Boolean IsInternetEnabled;
      Boolean IsObsolete;
      String Name;
      UInt32 ResourceID;
      UInt32 ResourceType;
      String SiteCode;
      String SMSID;
};

The SMS_CM_RES_COLL_CollectionID class does not define any methods.

ClientType

Data type: UInt32

Access type: Read Only

Qualifiers: None

Type of client. Possible values are:

1

Advanced

3

Device

Domain

Data type: String

Access type: Read Only

Qualifiers: None

See SMS_CollectionMember Server WMI Class.

IsActive

Data type: Boolean

Access type: Read Only

Qualifiers: None

true if the collection member is active.

IsAlwaysInternet

Data type: Boolean

Access type: Read Only

Qualifiers: None

true to always use the Internet.

IsApproved

Data type: UInt32

Access type: Read Only

Qualifiers: None

Whether the resource is approved. Possible values are:  

0

Not approved

1

Approved

2

Not applicable

IsAssigned

Data type: Boolean

Access type: Read Only

Qualifiers: None

See SMS_CollectionMember Server WMI Class.

IsBlocked

Data type: Boolean

Access type: Read Only

Qualifiers: None

true if the collection member is blocked.

IsClient

Data type: Boolean

Access type: Read Only

Qualifiers: None

See SMS_CollectionMember Server WMI Class.

IsDecommissioned

Data type: Boolean

Access type: Read Only

Qualifiers: None

true if the collection member is decommissioned.

IsDirect

Data type: Boolean

Access type: Read Only

Qualifiers: None

See SMS_CollectionMember Server WMI Class.

IsInternetEnabled

Data type: Boolean

Access type: Read Only

Qualifiers: None

true if the collection member is enabled for the Internet.

IsObsolete

Data type: Boolean

Access type: Read Only

Qualifiers: None

true if the collection member is obsolete.

Name

Data type: String

Access type: Read Only

Qualifiers: None

See SMS_CollectionMember Server WMI Class.

ResourceID

Data type: UInt32

Access type: Read Only

Qualifiers: [key]

See SMS_CollectionMember Server WMI Class.

ResourceType

Data type: UInt32

Access type: Read Only

Qualifiers: None

See SMS_CollectionMember Server WMI Class.

SiteCode

Data type: String

Access type: Read Only

Qualifiers: [SizeLimit("3")]

See SMS_CollectionMember Server WMI Class.

SMSID

Data type: String

Access type: Read Only

Qualifiers: None

See SMS_CollectionMember Server WMI Class.

The CollectionID property of a collection is the unique collection identifier assigned when the collection is created. The SMS Provider creates several default SMS_CM_RES_COLL_CollectionID classes at installation time for collection IDs with values beginning with "SMS". For example, SMS_CM_RES_COLL_SMS00004 identifies all Windows NT Workstation systems.

This class is deleted automatically if the associated collection is deleted.

Show: