The SMS_TaskSequencePackageReference_All Windows Management Instrumentation (WMI) class is an SMS Provider server class, in Configuration Manager, that allows the retrieval of all task sequence package or application references (including those that do not contain any content files).

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

Class SMS_TaskSequencePackageReference_All : SMS_BaseClass
{
	String ObjectID;
	String PackageID;
	String RefPackageID;
};

Methods

The SMS_TaskSequencePackageReference_All class does not define any methods.

Properties

ObjectID

Data type: StringAccess type: Read Qualifiers: [key]If the Task Sequence reference is to a legacy package, this property is the package identifier of the legacy package. If the Task Sequence reference is to an application, this property is the package identifier of the application.
PackageID

Data type: StringAccess type: Read Qualifiers: [key]Package identifier of the task sequence for which the user requests package or application references.
RefPackageID

Data type: StringAccess type: Read Qualifiers: noneIf the Task Sequence reference is to a legacy package, this property is the package identifier of the legacy package. If the Task Sequence reference is to an application, this property is the package identifier of the application.

Remarks

Requirements

Runtime Requirements

Development Requirements