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
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Command to find out the last policy request time in a local machine when the client is inactive
Answers ( 2 )
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”;
};
Hello Kasi, you can the below similar thread and modify the query.