Posted on 03-03-2021 09:40 AM
Hi,
I made a installation of systrack application to mac OS users from Jamf Pro console.
At starting, I faced some issues with web socket connection error.
Later found the solution to install.
#!/bin/bash sudo mv /private/tmp/lsiagent.cfg /Library/Application Support/Lakeside Software sudo /Library/Application Support/Lakeside Software/lsiagentctl setup
Finally deploy both the packages to end user Macs through policy.
Thanks
Posted on 04-05-2021 09:33 AM
Curious what led you to reverse engineer a properly coded flat and signed package from SysTrack?
All you should need to do is install the package and follow up with an "After" (postinstall) script that applies the CCID.
Posted on 04-06-2021 05:34 AM
Of note. the documentation has a capital letter "I" in place of a lowercase "i" when listing the identifier. For those that are not using PPPC Utility and are just doing a copy pasta from vendor doc
Posted on 12-03-2021 10:37 AM
Currently doing a POV for Systrack, what is being used for detecting install version? Leveraging extension attribute?
12-03-2021 12:53 PM - edited 12-03-2021 12:54 PM
awk it from "/Library/Application/ Support/Lakeside Software/lsiagent.chg"
Posted on 12-11-2021 10:58 AM
My apologies, forgot to include the command:
cat /Library/Application\ Support/Lakeside\ Software/lsiagent.cfg | awk -F'=' '/Version/ {print $2}'