When I upgraded from 1.4 to 1.6 the archive.windows.ps1 file got replaced. The setup for archiving requires that the setting in the top of this file gets changed to point to the PHP directory that is being used. However when the script is replaced, this setting isn’t maintained so the auto-archive starts failing. Unfortunately it fails silently and the windows scheduler still thinks the script succeeded.
Please either move this setting to a config file that doesn’t get overwritten or maintain the setting when the file is upgraded.
The other thing that would be nice to have is for the script to actually return an error out of powershell when there is a failure so that the windows schedule task registers a failure.
And if you really, really want to make life easier on those of us that administer these things, have the script write out rolling logs of the output so we can verify that it is working.