Continued from: http://serverfault.com/questions/172349/wbadmin-system-state-backup-fails
When I put the following a bat file and run it as scheduled task, I see that the webadmin.exe process starts but it never seems to create backup:
wbadmin start systemstatebackup -backuptarget:\\server\foo -quiet
This seems to run fine when I run the bat file directly. I have the scheduled task configured to run with the "highest privileges". The share doesn't use windows authentication but it is a mapped network drive.
-userparameter which seems to be absent from my version ... – Kyle Brandt♦ Aug 19 '10 at 20:41