What's up folks! Hate to bother everyone with this but we can't get this to work via Casper. Simple script to disable the Microsoft Auto Updater under the users profile. So that it's set to Manual:
#!/bin/sh
defaults write com.microsoft.autoupdate2 HowToCheck Manual
if we create the script and run it from the desktop, works. If we add it to Casper and create a policy to push it, doesn't work.
Any thoughts on why it's not working via Casper?
