Posted on 07-16-2019 01:18 PM
Looking at Asset Explorer as a viable inventory system and want to pull in my JAMF assets. Looks like the only way to do so is via the APIs on both platforms. Anyone else using this set up and gotten it connected?
Posted on 07-16-2019 01:22 PM
@jramm There is a sh script you can use to get Mac devices into ManageEngine, not aware of anything for iOS.
Posted on 07-16-2019 02:45 PM
I saw the script for that. Curious if anyone has used the API to just pull from JSS inventory to ManageEngine.
Posted on 07-24-2019 08:18 AM
@kericson I found the sh script on github, but I've only been able to get it to work on the initial install; it doesn't send any updated info. Do you have any experience with it?
Posted on 07-24-2019 10:58 AM
Yeah let me share the policy and pkg that I have with you. I’ll do this tonight.
Posted on 07-24-2019 01:12 PM
@jramm This is how I have mine setup.
Download the script from your ServiceDesk console.
Modify the script for your environment.
#!/bin/sh
############ Server details ############
hostName="MSD69"
portNo="443"
protocol="https"
############ Server details ############
SUPPORT="assetexplorer-support@manageengine.com"
PRODUCT="AssetExplorer"
COMPUTERNAME=`hostname`
OUTPUTFILE="$COMPUTERNAME.xml"
3. Save the script and build it into a PKG and deploy with a policy. I had mine installed at /Library/SD/ae_scan_mac.sh
Push this policy to all Macs.
Create another policy to run this .sh script.
Now Macs will scan into ServiceDesk.
Posted on 07-24-2019 01:20 PM
@kericson What version of AssetExplorer are you using?
Edit: Found it. Let me test that out. From speaking to AssetExplorer support, they denied this functionality.
Posted on 07-25-2019 09:47 AM
@kericson Thanks for the assist. Are you able to get it to pull in the actual Macbook model (e.g. MacBookPro15,1, etc...)? So far I can only get the generic "MacBookPro." When I make adjustments to the script for some reason ManageEngine won't accept it.
Posted on 07-25-2019 10:56 AM
@jramm I haven't tried to modify that info so not sure.