Disable Password Configuration Check During Recon?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Posted on
04-11-2018
07:48 AM
- last edited on
03-04-2025
05:20 AM
by
kh-richa_mig
I frequently get this error when computers perform a recon because it can't check/doesn't know our password policy for AD users.
Error retrieving Password Configuration for user: error: The operation couldn’t be completed. (com.jamfsoftware.task.errors error 1.)
Our AD takes care of password requirements, so I would just rather JAMF not try to collect that info in the first place since the check isn't needed. How do I disable that in JSS for recon?
- Labels:
-
Jamf Pro

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Posted on 05-10-2018 02:16 AM
I have found the same problem when using Jamf Remote.
I was on a Support call about it and they told me they have raised an Issue over this behaviour, PI-005520.
Suggested to instead of submitting an inventory update run one of the following commands, these are supposed to either stop the log submitting or direct it locally. These did not work for me but thought I'd share them incase anyone might be able to expand on the idea
jamf recon 2>/dev/null
or
jamf recon 2>/var/log/jamf-inventory-error.log
