Kyle Ericson

Results 23 comments of Kyle Ericson

How are you rebooting via a post install script or just manually rebooting? On Mon, May 20, 2019 at 4:16 PM Peter Wells wrote: > My auto login works without...

Ok I thought I tested that. I will try tomorrow and see if I can get this to work. Thanks On Mon, May 20, 2019 at 4:44 PM Peter Wells...

I just tested this with Jamf Pro 10.12 and macOS 10.14 The auto login doesn’t seem to work. > On May 20, 2019, at 4:44 PM, Peter Wells wrote: >...

I did more testing on this today. If I create this PKG to match my account created in Prestage (DEP) enrollment in Jamf it doesn't auto-login after a reboot. If...

Any update to this request?

@homebysix It seems with Jamf connect when you do a migrate account it just adds an alias to the account name, so when this script runs it pulls that alias...

@regorian easy fix find the current user line in the script and add this. FAKE_USER=$(/bin/echo "show State:/Users/ConsoleUser" | /usr/sbin/scutil | /usr/bin/awk '/Name :/&&!/loginwindow/{print $3}') CURRENT_USER=$(id -un $FAKE_USER) I think I’ll...

Here is a forked fixed script. @regorian https://github.com/kylejericson/jss-filevault-reissue/blob/jamfconnect/reissue_filevault_recovery_key.sh