Please create a Self Service app/web clip that allows user to update inventory from their device.
Have you already submitted a feature request that you could link? People can upvote feature requests you submit to help draw attention to them.
You can also do this by creating a self-service policy leveraging the Files and Processes payload and setting a nice icon. Seems, like this will do exactly what you are asking but it is not a web click specifically.
Good Luck
- Policies
- User > Files and Processes
- put the jamf recon command in place
- Set it to self service
- Set scope
- Set icon
- Save and test
@cgries A Policy that can be triggered via Self Service that has only a Maintenance payload with Update Inventory enabled does what you're asking so I'm not sure why a Feature Request would be necessary.
Hello,
We have something like this in our environment. I will paste what we have below and you can see if it might work for you.
It is a Python script running on a Mac mini with a static IP and some ports forwarded to an A record on the firewall. It allows a web clip for both blank push and inventory on iPads. It could be created for Macs as well with some slight modifications.
Here is the script:
Here is the JAMF side of things:
http://YourARecordHere:YourPortHere/update/$JSSID
Here is the firewall information:
We have a firewall rule that says from any source pointing to the A record, send it to the local IP and ONLY allow the service "python". This is with a Fortigate so your usage may be different.
Hope this helps!
Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.