The SMS_FullCollectionMembership Windows Management Instrumentation (WMI) class is an SMS Provider server class, in Configuration Manager, that lists all member resources of a specific collection.

Class SMS_FullCollectionMembership : SMS_BaseClass
{
	UInt32 ClientType;
	String CollectionID;
	String Domain;
	Boolean IsActive;
	Boolean IsAlwaysInternet;
	Boolean 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;
};

Methods

The SMS_FullCollectionMembership class does not define any methods.

Properties

ClientType


Data type: UInt32Access type: Read OnlyQualifiers: NoneType of client. Possible values are:

1

Client

3

Device

CollectionID


Data type: StringAccess type: Read OnlyQualifiers: [key]ID of the collection to which the member belongs.
Domain


Data type: StringAccess type: Read OnlyQualifiers: NoneDomain to which the resource belongs.
IsActive


Data type: BooleanAccess type: Read OnlyQualifiers: Nonetrue if the client is active.
IsAlwaysInternet


Data type: BooleanAccess type: Read OnlyQualifiers: Nonetrue if this is an Internet-facing client.
IsApproved


Data type: BooleanAccess type: Read OnlyQualifiers: Nonetrue if the client is approved.
IsAssigned


Data type: BooleanAccess type: Read OnlyQualifiers: Nonetrue if the client is assigned to any site.
IsBlocked


Data type: BooleanAccess type: Read OnlyQualifiers: Nonetrue if the client is blocked.
IsClient


Data type: BooleanAccess type: Read OnlyQualifiers: Nonetrue if this is a client.
IsDecommissioned


Data type: BooleanAccess type: Read OnlyQualifiers: Nonetrue if the record is deleted.
IsDirect


Data type: BooleanAccess type: Read OnlyQualifiers: Nonetrue if the client is a member through a direct rule, represented by SMS_CollectionRuleDirect Server WMI Class; otherwise false or null.
IsInternetEnabled


Data type: BooleanAccess type: Read OnlyQualifiers: Nonetrue the client can be Internet-enabled.
IsObsolete


Data type: BooleanAccess type: Read OnlyQualifiers: Nonetrue if this is an obsolete record.
Name


Data type: StringAccess type: Read OnlyQualifiers: NoneName of the resource.
ResourceID


Data type: UInt32Access type: Read OnlyQualifiers: [key]Unique ID supplied by Configuration Manager for the resource. This ID is not unique across sites.
ResourceType


Data type: UInt32Access type: Read OnlyQualifiers: NoneType of resource. Possible values are:
  • System

  • User groups

  • User

SiteCode


Data type: StringAccess type: Read OnlyQualifiers: [SizeLimit("3")]Site code of the site that created the collection.
SMSID


Data type: StringAccess type: Read OnlyQualifiers: NoneConfiguration Manager unique ID.

Remarks

Class qualifiers for this class include:

  • Read (read-only)

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

Development Requirements

See Also


Send comments about this topic to Microsoft.