I seen another post that was kind of old that explained about adding
options for a Bizhub 754 copier that was helpful looking for a script to
add a Bizhub Pro 951 to a Mac computer. Here is what I have and the
options that are on the copier that I ne...
We are trying to enroll 400 iPads with the XML template from
JSS/Resource/mobiledevices/id from the API. We have created a script
that reads all the data and creates the new XML record for each of the
iPads. Having trouble with JSS PUT using curl. In...
There might be a previous discussion out there but, I couldn't find it.
How do I set my quickadd package to be multiple uses and my invitation
code to expire after a year or whatever I want.
Started using AutoPkgr after the JNUC this year and I'm running into a
problem where my smartgroup for any software isn't accurate. I created a
static group called Testing put a couple computers in it and then I run
the AutoPkgr it creates the group ...
Can't get Casper Focus to see my companies JSS URL. Getting error "Could
Not Verify JSS URL" HTTP Status Code:400. iPad Second Gen. Able to
access the url via web browser. Any thoughts?
Okay thanks for all the help I was finally able to figure out my
problem. Here is the script that I made and tied it to an automator app.
The Automator App reads in a CSV file with the data that you wanna
import. For example Name, Asset Tag, Serial, ...
Thanks guys, I will modify my XML files and double check variable names.
I also didn't know that about Curl. Thanks again. I will post again once
I reform some of the file and my script.
Here is the command that I'm usingcurl -sfku $apiUser:$apiPass -T
/Users/$HOME_DIRECTORY/Desktop/CasperImports/mobile.xml -X POST --url
https://yourJSS.net:8443/JSSResource/mobiledevices/id/0 If you remove
the -s you will see it's getting a 500 error...
I tried to add more data. Still having problems creating records, not
sure where the issue is. I was able to easily modify current records no
problem. I'll keep at it and post if I figure it out.