Our enterprise is looking for a solution to identify corporate assets when they connect via VPN. In simple terms - they want to be able to scan for a process specific to our company. On Windows Systems - they look for a registry entry that matches and two company-specific processes
The simplest way I can think to do this is to create a process 'company' and something to respawn the process if it is force quit or crashes.
Can I accomplish this in a script - or would I need a full blown app and something in launchd to restart it?
Please keep in mind that I don't yet have Jamf in place.
There are two of us supporting 200 macs - manually at the moment
A lot of my users don't restart - so I can't rely on login items as the function to execute it.
Thoughts?