kc9wwh / macOSUpgrade

Workflow for doing in-place upgrades.
Other
418 stars 103 forks source link

Can you add a API call to JAMF #99

Closed kylejericson closed 5 years ago

kylejericson commented 5 years ago

It would be great to add a API call to the end of this so the device can delete the device record out of jamf. That way the erase install works like the Jamf reset app.

kenchan0130 commented 5 years ago

the device can delete the device record out of jamf

I think this case is very special. Normally, os update is different from new device registration.

The only information we received from you, I think it is better to create another script and run it if you want.

jordan-hamilton commented 5 years ago

Would adding a line to call /usr/local/bin/jamf flushPolicyHistory before erasing & installing work for you @kylejericson? The device record would still exist, but all of the computer's once per computer polices would be pending again.

kylejericson commented 5 years ago

That may fix the issue.

Sent from my iPhone

On Apr 2, 2019, at 2:37 PM, Jordan Hamilton notifications@github.com wrote:

Would adding a line to call /usr/local/bin/jamf flushPolicyHistory before erasing & installing work for you @kylejericson? The device record would still exist, but all of the computer's once per computer polices would be pending again.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub, or mute the thread.

kenchan0130 commented 5 years ago

@kylejericson

Thank you for the update! Can I close this issue?

kylejericson commented 5 years ago

Yes please close.

Sent from my iPhone

On Apr 5, 2019, at 5:55 AM, Tadayuki Onishi notifications@github.com wrote:

@kylejericson

Thank you for the update! Can I close this issue?

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub, or mute the thread.

kenchan0130 commented 5 years ago

Please let us know if there is a problem again.