The SMS_ClientAction Windows Management Instrumentation (WMI) class is an SMS Provider server class, in Configuration Manager, that represents the client action.
The following syntax is simplified from Managed Object Format (MOF) code and includes all inherited properties.
Class SMS_ClientAction : { UInt32 DwordValue; UInt32 ID; UInt32 LinkedObjectType; String LinkedObjectUniqueID; UInt32 State; String StringValue; String StringValues[]; String TargetObjectID; UInt32 TargetObjectType; UInt32 Type; String UniqueID; }; |
Methods
The SMS_ClientAction class does not define any methods.
Properties
- DwordValue
- Data type: UInt32Access type: Read/Write Qualifiers: noneThe DWORD string value of action.
- ID
- Data type: UInt32Access type: Read/Write Qualifiers: [key]Identifier for this instance.
- LinkedObjectType
- Data type: UInt32Access type: Read/Write Qualifiers:
noneThe linked object type. Possible values are:
1
AM Policy
- LinkedObjectUniqueID
- Data type: StringAccess type: Read/Write Qualifiers: noneUnique ID of the linked object.
- State
- Data type: UInt32Access type: Read/Write Qualifiers:
noneState of the client action. Possible values are:
0
Inactive
1
Active
2
Decommission
- StringValue
- Data type: StringAccess type: Read/Write Qualifiers: noneThe parameter for the client action, for instance the threat name to restore.
- StringValues
- Data type: String ArrayAccess type: Read/Write Qualifiers: noneThe parameter for the client action (in string array), for instance the excluded scan paths.
- TargetObjectID
- Data type: StringAccess type: Read/Write Qualifiers: noneThe unique identifier of the target object.
- TargetObjectType
- Data type: UInt32Access type: Read/Write Qualifiers:
noneThe target object type. Possible values are:
1
Threat
- Type
- 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
- UniqueID
- Data type: StringAccess type: Read/Write Qualifiers: noneUnique identifier for this instance.
Remarks
Requirements
Runtime Requirements
For more information, see Configuration Manager Server Runtime Requirements.
Development Requirements
For more information, see Configuration Manager Server Development Requirements.