Skip to main content
Question

Recon - User and Location - how to clean up

  • December 30, 2019
  • 1 reply
  • 16 views

mhasman
Forum|alt.badge.img+22

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?

1 reply

cdenesha
Forum|alt.badge.img+14
  • Honored Contributor
  • December 30, 2019

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.