Necesito recuperar a continuación algunos detalles sobre FileVault activado los usuarios. 1)Privado clave de recuperación de establecer o no 2)recuperación Institucional de conjunto de claves o no 3)Autorizado en cada inicio de sesión o no. Los comandos que nos van a ayudar a recuperar estos detalles para el Archivo Vault permite a los usuarios. Quiero obtener estos datos como parte de la colección de datos.
Respuesta
¿Demasiados anuncios?
Matthew A. Flinchbaugh
Puntos
41
De man fdesetup
:
haspersonalrecoverykey [-device] [-verbose]
Returns the string "true" if FileVault contains a personal recovery key.
hasinstitutionalrecoverykey [-device] [-verbose]
By default, this will return the string "true" if FileVault contains an
institutional recovery key. On CoreStorage volumes specified using the
--device option, this will return the hex representation of the public key
hash instead of "true". The hash option is not supported for APFS volumes.
This will return "false" if there is no institutional recovery key installed.
usingrecoverykey [-verbose]
Returns the string "true" if FileVault is currently unlocked using the
personal recovery key.
supportsauthrestart
Returns the string "true" if the system supports the authenticated restart
option. Note that even if true is returned, this does not necessarily
mean that authrestart will work since it requires that FileVault be enabled.