Manage/monitor the full disk encryption (FileVault) on Macs with VSA
Comments
-
Run the following commands for -
Check FileVault Status - sudo fdesetup status (send the output to a variable and write to a Custom Field in VSA)
Enable FileVault - sudo fdesetup enable –user <Username> <password> -password
Disable FileVault - sudo fdesetup disable –user <Username> -password <password>
NOTE: for enable/disable you MIGHT need to add the following at the end of the command - "-keychain /Library/Keychains/System.keychain" (without the quotes tho…)
5
Categories
Join The Community