Leslie Helou

Results 109 comments of Leslie Helou

Thanks. How about logs from the app? After logging in use command+L to open the Logs folder then start a query.

You'll need to CMD+L before running the scan (and after logging in), to catch the app while it's still working. Might also try v2.3.0 to see if the behavior is...

Wonder if I can get a look at your prestages. The following will list them. `#!/bin/bash ##hard code Jamf Pro URL, no trailing / jamfProURL="https://your.jamfserver.com" echo -n "Enter Jamf Admin...

Check v2.3.0, hope it meets your needs. [disabled] is appended to the policy name rather than a separate heading.

Thanks for the quick test. My intent was to list such policies, clearly missed. See if v2.3.1 provides the needed results.

Works fine migrating packages to another server? Lists packages work in save only mode? If you're able to share the log file (~/Library/Logs/jamfcpr/*****jamfcpr.log) that may help track down the issue.

I'm still stumped. Curious what login window is displayed (SSO of standard Jamf Pro) when you hit https://.jamfcloud.com/packages.html Might try the url in a private window to ensure existing credentials...

Thanks for the speedy reply. Actually working to get rid of the call to packages.html and use the API to check access rights.

Just occurred to me, `https://your.jamfcloud.com/legacy/packages.html?id=-1&o=c` is also queried, but only for copying packages to the destination server so Save Only should work. Information obtained there can't be gathered from the...