Posted on 12-30-2019 08:40 AM
Hello,
I need to clean up some User and Location info by running recon, re-write previews info:
jamf recon -endUsername "aaa" -realname ""AAA BBB" -email "none" -position "none" -phone "none" -building "none" -room "none" -department "none" -ldapServerID "none" -userID "none"
What would be correct format instead of "none" to get those fields clean, please?
Posted on 12-30-2019 10:09 AM
I tried the following on my Mac, using the room number, none of them worked:
sudo jamf recon -room ""
sudo jamf recon -room " "
sudo jamf recon -room null
sudo jamf recon -room
Looks like there is a FR we can vote up.