Share via


SMS_CM_RES_COLL_CollectionID 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_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;
};

Properties

  • ClientType
    Data type: UInt32

    Access type: Read Only

    Qualifiers: None

    Type of client. Possible values are:

    1

    Advanced

    3

    Device

  • 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

    true if the collection member is approved.

  • IsBlocked
    Data type: Boolean

    Access type: Read Only

    Qualifiers: None

    true if the collection member is blocked.

  • IsDecommissioned
    Data type: Boolean

    Access type: Read Only

    Qualifiers: None

    true if the collection member is decommissioned.

  • 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.

Remarks

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.

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

Reference

SMS_Collection Server WMI Class

Concepts

Software Distribution Server WMI Classes
SMS_CollectionMember Server WMI Class