Hey all,

Not a big blogpost for now, but just a very short message to share the minor update I did on 2 of my FileVault related scripts.

They still need some clean up and and cosmetic tweaking, but they do work on Monterey now. Yes, late to the party to tweak them but with Ventura around the corner about time.

Only changed the logic to grab the logged in user in both scripts as those were still using Python which has been removed from macOS.

Replaced the logic by:

scutil <<< "show State:/Users/ConsoleUser" | awk '/Name :/ && ! /loginwindow/ { print $3 }'

This on both scripts:

That’s it for now! Bit busy lately. (Things will get better end of September after the move to a new house 🙂 ).

As always, if you liked the post, hit the like button, tell your friends about it and leave a comment down below!

Brgds,
TTG