Posted on 06-28-2018 10:17 AM
I'd love to go back to the Sierra days when I could initiate FV2 deferred enablement for AD mobile accounts and call it a day. Here's what I've tried so far.
sudo /System/Library/CoreServices/ManagedClient.app/Contents/Resources/createmobileaccount -n [ADUSERNAME] -a [SecureTokenAdminName] -U [SecureTokenAdminPassword]
sudo sysadminctl -secureTokenStatus [ADUSERNAME]
Verify that "Secure token is ENABLED for user [ADUSERNAME]"Running 'fdesetup status' continues to show
FileVault is Off. Deferred enablement appears to be active for user [ADUSERNAME]
Posted on 07-02-2018 01:31 AM
Hi ,
run command : sudo fdesetup disable (it should remove /Library/Preferences/com.apple.fdesetup.plist file, if not delete it manually)
restart and try run fv2 again.