I would like to shut down a machine after a policy triggered by logout has completed.
Casper offers the "Reboot" option, but no shutdown.
If I append a shutdown -h now command to the policy,
there is no Log written to the JSS because the client goes down straight away.
Currently I see two ways to get around this:
First, shutdown -h +1 instead of now - not that elegant
Second, make two policies, one containing the actual commands, with a custom trigger,
the other one triggering the first policy and shutting down afterwards - two policies for one job, don't like that either ;)
Any of you geniuses with a hint for me?