backup mode set and clear powershell scripts as part of EV VM backups
EV is currently being backed up by NBU as part of a VMware policy.
I understand you would need special permissions however as there is no agent in the VM thus there is no backup account so to speak to grant the EV permissions too.
Vmware basically has 2 bat files to put ev into backup mode but without the permissions its not going to work C:\Windows\pre-freeze-script.bat /C:\Windows\post-thaw-script.bat
After some googling I found 2 ways :
1.using a trigger in task sceduler combined with customer event logging :- https://www.reddit.com/r/Veeam/comments/72r50f/prepost_backup_script_problems/
2.powershell encrypted passwords:- https://interworks.com/blog/trhymer/2013/07/08/powershell-how-encrypt-and-store-credentials-securely-use-automation-scripts/
Just curious what approach in general is used to put ev into backup mode in your environment ( running EV as a vm)
Thanks!