Command to find out the last policy request time in a local machine when the client is inactive

Question

Command to find out the last policy request time in a local machine when the client is inactive

Answers ( 2 )

    0
    2020-05-14T08:59:56+05:30

    Try the following Last update?

    https://docs.microsoft.com/en-us/mem/configmgr/develop/core/understand/sqlviews/wmi-namespaces-classes-configuration-manager-reports

    [Abstract]
    class CCM_Policy
    {
    [key] string PolicyID;
    [key] string PolicyVersion;
    [key] string PolicySource;
    [key] string PolicyRuleID;
    [key] string PolicyInstanceID;
    uint32 PolicyPrecedence;
    uint64 LastUpdateTime = “0”;
    };

Leave an answer

Sorry, you do not have permission to answer to this question .