I have been using the following script for a while on Mac to enable FileVault remotely. It is launched via an RMM and enables Filevault when a user logs in due to the authentication and then generates the key and puts it in the defined plist file where I can read it later if necessary.
It has always worked for me but it doesn't on Mac OS Ventura 13. It enables the Filevault on user log-in but doesn't seem to create the .plist file.
fdesetup enable -defer /MykeyandInfo.plist
Has anything changed in the OS that this command isn't working anymore?