FileVault2_Scripts icon indicating copy to clipboard operation
FileVault2_Scripts copied to clipboard

Scripts and Extension Attributes for use with FileVault 2 on Mountain Lion

Results 15 FileVault2_Scripts issues
Sort by recently updated
recently updated
newest added

The script runs successfully by prompting for the users password and then reissuing a new recovery key. However, that new key never syncs to Jamf Pro. It will either display...

The script no longer fails silently when an error condition was reached or when the user canceled the operation.

Hello! I tried to create an application using your script as we would like to assist our service desk rotating filevault key for macOS users. However, when I type a...

We are seeing this in our environment on a very limited number of 10.15.x devices. Any ideas? Script result: Prompting wantedwriter for their login password. 2021-08-20 13:05:40.937 osascript[64483:2165352] -[__NSCFConstantString objectAtIndex:]:...

When this runs I just get the first line of text. Also the icon doesn't show up even with custom branding set.. To generate a new FileVault key Enter login...

FileVault2_Scripts/reissueKey.sh thanks for the script I would like to avoid asking the user to enter the password every time if the MAC managed by JAMF or laps user can force...

reissueKey.sh Line 185, `successAlert` Line 192, `errorAlert` Both lines unnecessarily capitalize "Changed" in the display dialog text. This should be changed to lowercase for proper grammar and consistency with the...

Line 111 add: OSBigSur=`/usr/bin/sw_vers -productVersion | awk -F. {'print $1'}` Line 177 add: elif [[ $OSBigSur = 11 ]]; then result=$(expect -c " log_user 0 spawn fdesetup changerecovery -personal expect...

the `reissueKey.sh` is not working in 10.14.x Mojave, completing with an error: ``` Script result: Prompting for their login password. 8:364: execution error: No user interaction allowed. (-1713) User Canceled...