Hey there,
I'm trying to fix a script we have to trim VSS copies on our Fileserver which is a Serve 2012 Failover Cluster.
This has worked in the past, however I think it got messed up when I changed the schedule from a Win8.1 workstation. Anyway, I've lost the "Run with highest priviledges" flag on the task and I can't quite seem to find a way to set it back. Judging by the documentation, if I were able to set a scheduled task principal I could use the -RunLevel switch, but apparently that's not supported with the ClusteredScheduledTasks. Also, it appears that if the settings of the task are set to volatile=true, that enables highest privs, but I can't find a way to do that via the Powershell cmdlets.
Anyone have any ideas?