logCollection
logCollection copied to clipboard
Script to upload client device logs to Jamf Pro
This is my log path /Library/Logs/MSP\ Anywhere\ Agent\ N-central/MSP_Anywhere_Agent_N-central_2022_06_01.log Also since the logs have dates I would need a wildcard. How should I do this for the log path in...
Thank you for this great project. I made a PR that moves the script to `zsh`. It: * Moves authentication to the new JAMF workflow using bearer tokens * Makes...
I added 5 or 6 lines of code to collect Jamf Connect logs with the same method. Please consider merging this with your master branch. Everything works exactly the same,...
Hi, My company wish to get the latest logs remotely from all pc but I read the Warning in WiKi. It seems that it's not recommended to do so. What...
Hi team thanks for your great work creating this script I got the log file that need to upload to Jamf Pro /private/var/UserToRemove/user.logarchive However through your script it looks like...
Adding support for Bearer Auth with new API changes.
With the jamf API changes, this stopped working with basic auth methods. Along with jamf support, I made some tweaks and came up with an updated script that works with...
Can logCollection be used with the new Jamf API Roles feature and if so could the documentation be updated to explain how to use this feature with your awesome tool!...
Old: jamfProPass=$( echo "$6" | /usr/bin/openssl enc -aes256 -d -a -A -S "$8" -k "$9" ) New: jamfProPass=$( echo "$6" | /usr/bin/openssl enc -aes256 -md md5 -d -a -A -S...
After trying multiple log files in different locations I cannot get the script to produce a file in jamf attachments MacOS Version 13.3 Macbook Pro M1 --Jamf Log-- Script result:...