Hello All,
I have a script that works great for restarting my iMacs to Bootcamped Windows. I use it in Casper Remote and Self-Service just fine. Here is the script:
#!/bin/sh
sudo bless -mount "/Volumes/BOOTCAMP" -legacy -setBoot -nextonly
sudo shutdown -r now
When I try to run this in a policy though, I cannot get it to work at all. What is the difference here? I need to have my iMacs reboot at set times for Windows maintenance, policies seem like the way to go.
Any help appreciated!
- Jason

