CCM_Requested AppPolicy Client 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 CCM_RequestedAppPolicy Windows Management Instrumentation (WMI) class is an SMS Provider server class, in Configuration Manager, that represents an application policy request.

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

Class CCM_RequestedAppPolicy :  
{
    String AppId;
    DateTime DateRequested;
    UInt32 EnforcePreference;
    Boolean IsComplete;
    Boolean IsRebootIfNeeded;
    Boolean IsSlowInstallRequest;
    String PolicyId;
    UInt32 RequestedActions;
    String Revision;
    String UserSID;
};

The following table lists the methods in the CCM_RequestedAppPolicy class.

AppId

Data type: String

Access type: Read/Write

Qualifiers: none

Application identifier.  

DateRequested

Data type: DateTime

Access type: Read/Write

Qualifiers: none

Date requested.  

EnforcePreference

Data type: UInt32

Access type: Read/Write

Qualifiers: [values]

Enforce preference. Possible values are:  

0

Immediate

1

Non-business Hours

2

Admin Schedule

IsComplete

Data type: Boolean

Access type: Read/Write

Qualifiers: none

true if application request is complete.  

IsRebootIfNeeded

Data type: Boolean

Access type: Read/Write

Qualifiers: none

true if a reboot is needed.  

IsSlowInstallRequest

Data type: Boolean

Access type: Read/Write

Qualifiers: none

true if this is an installation over a slow link. 

PolicyId

Data type: String

Access type: Read/Write

Qualifiers: [key]

Policy identifier.  

RequestedActions

Data type: UInt32

Access type: Read/Write

Qualifiers: none

Requested actions.  

Revision

Data type: String

Access type: Read/Write

Qualifiers: none

Revision.  

UserSID

Data type: String

Access type: Read/Write

Qualifiers: [key]

User security identifier (SID).  

Show: