jamf / Jamf-Environment-Test

Admin Utility for testing an environments network for success with Apple Devices
MIT License
100 stars 13 forks source link

JET `1.6.1`: APNS apsctl Status `Unavailable` #13

Open dan-snelson opened 10 months ago

dan-snelson commented 10 months ago

Happy Monday!

Testing JET 1.6.1 with macOS 14.2.0 (23C5030f) and Jamf Pro 11.0.1.

We're observing APNS apsctl Status Unavailable in reports, but executing "Jamf Pro > Computer Record > Management > Enable / Disable Bluetooth" is working nearly instantaneously as expected.

(Happy to open a ticket with Jamf Support if that's preferred.)

Thanks.

daniel-maclaughlin commented 9 months ago

the grep changed between OS version, a fix is planned for the next release

dan-snelson commented 9 months ago

Thanks for the update, @daniel-maclaughlin.

(Seems odd to close this issue as "completed" when it's still pending.)

MacTool commented 5 months ago

@dan-snelson , @daniel-maclaughlin

I downloaded the script and changed line 1018 to

if [[ ${APSCTL_STATUS_CHECK} == *"courier.push.apple.com"* ]]; then

instead of

if [[ ${APSCTL_STATUS_CHECK} =~ "courier.push.apple.com" ]]; then

The wildcards work much better.

dan-snelson commented 5 months ago

Noice, @MacTool.

JamfCheck is worth a look.