SMS_ClassicDeploymentAssetDetails 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_ClassicDeploymentAssetDetails Windows Management Instrumentation (WMI) class is an SMS Provider server class, in Configuration Manager, that represents asset level details about classic software distribution deployments.

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

Class SMS_ClassicDeploymentAssetDetails : SMS_BaseClass
{
    String CollectionID;
    String CollectionName;
    String DeploymentID;
    UInt32 DeviceID;
    String DeviceName;
    Boolean IsMachineAssignedToUser;
    Boolean IsMachineChangesPersisted;
    Boolean IsVM;
    UInt32 MessageID;
    String PackageID;
    String PackageName;
    String ProgramName;
    String StatusDescription;
    UInt32 StatusType;
    DateTime SummarizationTime;
    String UserName;
    String VMHostName;
};

The SMS_ClassicDeploymentAssetDetails class does not define any methods.

CollectionID

Data type: String

Access type: Read-only

Qualifiers: [not_null, read]

Existing collection to which the advertisement is targeted.

CollectionName

Data type: String

Access type: Read-only

Qualifiers: [read]

The name of the collection to which the advertisement is advertising.

DeploymentID

Data type: String

Access type: Read-only

Qualifiers: [key, not_null, read]

A unique auto-generated key.

DeviceID

Data type: UInt32

Access type: Read-only

Qualifiers: [key, not_null, read]

Resource identifier.

DeviceName

Data type: String

Access type: Read-only

Qualifiers: [read]

Computer NetBIOS name.

IsMachineAssignedToUser

Data type: Boolean

Access type: Read-only

Qualifiers: [read]

true if the computer is assigned to a user.

IsMachineChangesPersisted

Data type: Boolean

Access type: Read-only

Qualifiers: [read]

true if changes made to the virtual machine have been persisted.

IsVM

Data type: Boolean

Access type: Read-only

Qualifiers: [read]

true if this is a virtual machine.

MessageID

Data type: UInt32

Access type: Read-only

Qualifiers: [not_null, read]

Software distribution or software update message ID.

PackageID

Data type: String

Access type: Read-only

Qualifiers: [read]

ID for an existing package associated with the advertisement.

PackageName

Data type: String

Access type: Read-only

Qualifiers: [read]

The name of the advertised package.

ProgramName

Data type: String

Access type: Read-only

Qualifiers: [read]

The program name of the program related to the package that the advertisement will advertise.

StatusDescription

Data type: String

Access type: Read-only

Qualifiers: [read]

Status description.

StatusType

Data type: UInt32

Access type: Read-only

Qualifiers: [not_null, read]

Status type.

1

Success

2

InProgress

4

Unknown

5

Error

SummarizationTime

Data type: DateTime

Access type: Read-only

Qualifiers: [not_null, read]

The last time the summarization task was run for this application or current time in UTC if it is missing.

UserName

Data type: String

Access type: Read-only

Qualifiers: [read]

The name of the user to last log in to this client.

VMHostName

Data type: String

Access type: Read-only

Qualifiers: [read]

Virtual machine host name.

Show: