The SMS_ClientActionStatus Windows Management Instrumentation (WMI) class is an SMS Provider server class, in Configuration Manager, that summarize the status of a client action.

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

Class SMS_ClientActionStatus : SMS_BaseClass
{
	UInt32 ActionID;
	UInt32 ActionState;
	UInt32 ActionType;
	String ActionUniqueID;
	UInt32 CompletedClients;
	UInt32 FailedClients;
	UInt32 OfflineClients;
	UInt32 OperationID;
	String OperationUniqueID;
	UInt32 State;
	DateTime TimeLastUpdated;
	UInt32 TotalClients;
	UInt32 UnknownClients;
};

Methods

The SMS_ClientActionStatus class does not define any methods.

Properties

ActionID

Data type: UInt32Access type: Read/Write Qualifiers: [key]Identifier for the client action.
ActionState

Data type: UInt32Access type: Read/Write Qualifiers: noneState of the client action. Possible values are:

0

Inactive

1

Active

2

Decommission

ActionType

Data type: UInt32Access type: Read/Write Qualifiers: noneAction type. Possible values are:

1

Full Scan

2

Quick Scan

3

Download Definition

4

Evaluate Software Update

5

Exclude Scan Path

6

Override Default Action

7

Restore Quarantine Items

8

Request Policy Now

ActionUniqueID

Data type: StringAccess type: Read/Write Qualifiers: noneUnique identifier for the client action.
CompletedClients

Data type: UInt32Access type: Read/Write Qualifiers: noneCount of clients returned completed result.
FailedClients

Data type: UInt32Access type: Read/Write Qualifiers: noneCount of clients returned failed result.
OfflineClients

Data type: UInt32Access type: Read/Write Qualifiers: noneCount of clients which are always offline when the client operation is performed.
OperationID

Data type: UInt32Access type: Read/Write Qualifiers: [key]Identifier of the client operation.
OperationUniqueID

Data type: StringAccess type: Read/Write Qualifiers: noneUnique identifier of the client operation.
State

Data type: UInt32Access type: Read/Write Qualifiers: noneClient operation state.  
TimeLastUpdated

Data type: DateTimeAccess type: Read/Write Qualifiers: noneLast update time of the client operation.
TotalClients

Data type: UInt32Access type: Read/Write Qualifiers: noneCount of all clients targeted with this client action.
UnknownClients

Data type: UInt32Access type: Read/Write Qualifiers: noneCount of clients that have not yet reported any result.

Remarks

Requirements

Runtime Requirements

Development Requirements

See Also