You can install the Security Agent on Mac endpoints that cannot access the Worry-Free Services web console by modifying and running the preferences file (.plist) on the target endpoints.
#!/bin/bashIDENTIFIER="Your Identifier"PKG_PATH="Your path of WFBS-SVC_Agent_Installer.pkg"rm /var/tmp/TrendMicro/Identifier.plist > /dev/nullmkdir /var/tmp/TrendMicro > /dev/nullcat > /var/tmp/TrendMicro/Identifier.plist <<EOF<?xml version="1.0" encoding="UTF-8"?><!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"><plist version="1.0"><dict> <key>Identifier</key> <string>$IDENTIFIER</string> </dict></plist>EOFcp $PKG_PATH /var/tmp/TrendMicro/WFBS-SVC-Agent_Installer.pkgopen /var/tmp/TrendMicro/WFBS-SVC-Agent_Installer.pkg
For more information on obtaining the Identifier, see How do I copy the Identifier information?.
For more information, see http://esupport.trendmicro.com/solution/en-US/1114085.aspx.