Hi Guys
I thought id share this with you, some of you might find it usefull. Let me say im no expert and there maybe a better way but this worked for me.
Sometime ago we had a 27" imac stolen which was sporadically checking in with Casper. We kept forwarding information of the ip-address to the Police but they were having a hard time tracking it down.
With our casper setup we don't have a Casper Distribution Point available to us externally. So we were a bit limited in what we could do. So we ran this command to download and install prey using a free account.
cd /Library/Application Support/ && sudo curl -O https://preyproject.com/releases/0.6.0/prey-0.6.0-mac-batch.mpkg.zip && sudo unzip -XKo /Library/Application Support/prey-0.6.0-mac-batch.mpkg.zip && sudo chmod 777 prey-0.6.0-mac-batch.mpkg && API_KEY="PUT_IN_YOUR_OWN_API_KEY" sudo -E installer -pkg /Library/Application Support/prey-0.6.0-mac-batch.mpkg -target /
The machine downloaded and installed prey and we have been able to get more information that will assist us in the recovery of this stolen machine.
I hope this helps anyone else who maybe in a similar situation. C&C welcome :).
Links that assisted
http://support.preyproject.com/kb/installation/how-to-deploy-prey-in-batch-mode-mac-os
https://preyproject.com/releases/
Cheers
