How to check for the DEP status?
What custom inventory rule should I use to check the status of DEP? Currently I have" ShellCommandTextReturn(cmd /c type wmic OS Get DataExecutionPrevention_SupportPolicy)", but it is not working. Please help.
0 Comments
[ + ] Show comments
Answers (2)
Answer Summary:
Please log in to answer
Posted by:
SMal.tmcc
8 years ago
Top Answer
ShellCommandTextReturn(cmd /c c:\windows\system32\wbem\wmic OS Get DataExecutionPrevention_SupportPolicy)
or
ShellCommandTextReturn( c:\windows\system32\wbem\wmic OS Get DataExecutionPrevention_SupportPolicy)
or
ShellCommandTextReturn( c:\windows\system32\wbem\wmic OS Get DataExecutionPrevention_SupportPolicy)
Comments:
-
drop the word type since you opened a cmd window, you are now telling the cir to type those files after the word type which do not exist - SMal.tmcc 8 years ago
Posted by:
SMal.tmcc
8 years ago