We have home shored users that are too far from an office so we ship the Mac to them. Since security does not allow users to give their password out we are unable to logon as the user to setup their mobile profile on the mac prior to shipping. We have been successful with the below command, however I cannot give out the root password to our tier 1 tech people, nor do I know how to script this so the end user will be prompted to enter their password. Below is the process we use
Logon to the system with a standard local user acct
Technical person remotes the system
Connects to the VPN
Open terminal SU to root
Run the following command
/System/Library/CoreServices/ManagedClient.ap/System/Library/CoreServices/ManagedClient.app/Contents/Resources/createmobileaccount -v -P -n “userADlogon” — h
User provides their password
This creates the users profile and creates their home directory
Enable user for FV2
Reboot machine and the user's name will be on the logon screen so they can logon.
Any help on scripting this via JAMF would be greatly appreciated.
