Hi We have just started using Reftab asset Management software, to manage loans of equipment. It has settings for integrating with JAMF. I can get it to connect to our JAMF server, but when we try to sync there is an error that JAMF is not set up correctly.
Has anyone used this software? And have you got it to sync devices from JAMF to Reftab? Any help will be appreciated.
Cheers
Solved
Reftab Asset management
Best answer by PaulHazelden
In answer to my own question...
To import the devices into Reftab, you must have an Asset tag or Barcode set in Jamf. Then it will import the items for you.
The following script will assign the Mac Serial number to be the Asset tag in JAMF. You can script most things in here, but when the record is viewed in Reftab you will see the Device Name, as showing in JAMF, as well. I set this up as a Script in JAMF, and then set up a Policy to send it out to the required devices.
#!/bin/sh
# Asset tagging.sh
#
#
# Created by Admin on 25/05/2021.
#
# Pulls the Mac serial number and then applies it as an Asset tag for JAMF
# This allows Reftab to pull the information from JAMF
# Get the Mac Serial Number
macser=$(/usr/sbin/system_profiler SPHardwareDataType | /usr/bin/awk '/Serial/ {print $4}')
# Set the asset in JAMF
/usr/local/bin/jamf recon -skipApps -skipFonts -skipPlugins -assetTag $macser
exitEnter your E-mail address. We'll send you an e-mail with instructions to reset your password.
