The fixlet Core Protection Module - Enable Automatic Updates - Endpoint
in site Trend Micro Core Protection Module
has a syntax error in the actionscript that causes it to never succeed on the Mac.
// Mac: Set flag
if {name of operating system contains "Mac"}
setting {"_CPM_EnableAutoUpdate"}="1" on "{parameter "action issue date" of action}" for client
endif
setting {"_CPM_EnableAutoUpdate"}=
should instead be: setting "_CPM_EnableAutoUpdate"=
The error message in the BigFix client log file looks like this:
Command failed (Missing setting value) setting _CPM_EnableAutoUpdate="1" on "Thu, 07 Jan 2016 20:43:05 +0000" for client
With the fix, the BigFix client log entry looks like this:
Command succeeded setting "_CPM_EnableAutoUpdate"="1" on "Mon, 28 Nov 2016 21:54:40 +0000" for client