Skip to main content
Question

How to import a list of macs from an excel file in to Jamf?

  • October 31, 2022
  • 3 replies
  • 9 views

Forum|alt.badge.img+5

Hello, I am try to push a package of a bunch of macs. I have the list of macs in excel. How do I import it in jamf and create a policy to push a package to these macs? 

 

Thanks, 

3 replies

karthikeyan_mac
Forum|alt.badge.img+18
  • Honored Contributor
  • 284 replies
  • November 1, 2022

@Mouthbaten_1911 You can try with the below script to create a static group and assign the group to policy. Test the script before using it in Prod.

https://github.com/CV-Rich/jamf_scripts/blob/master/jss_api_id_staticgroup.sh


Forum|alt.badge.img+19
  • Honored Contributor
  • 582 replies
  • November 1, 2022

Use MUT to create a static group and then assign the static group to the policy. 

The MUT Landing Page - Home (weebly.com)


Forum|alt.badge.img+5
  • Author
  • Contributor
  • 33 replies
  • November 1, 2022

@Mouthbaten_1911 You can try with the below script to create a static group and assign the group to policy. Test the script before using it in Prod.

https://github.com/CV-Rich/jamf_scripts/blob/master/jss_api_id_staticgroup.sh


How does the script import files from Excel?