Hi,
I would like to add a self service button to reboot a machine which bypasses encryption.
The reason for this is because when performing upgrades/maintenance remotely via Remote Desktop, Casper Remote etc.
When rebooting a machine that is encrypted it will sit at encryption login screen waiting for a password.
So...
Within policies i created a new one making it available as a button in self service.
I added the command "sudo shutdown -r now" in files and processes
I also added restart options and ticked the box to bypass encryption upon reboot.
The mac reboots when clicking the button but does not bypass encryption.
So my guess would be that restart options are only triggered when installing packages, perhaps it works with scripts? maybe i should try that above command as a script instead of adding it to files and processes?
Any other ideas out there?
