So I was happy when I saw on the chart that compares Veeam 8 Free vs. Paid that all versions of Veeam 8 support powershell. I was finally going to be able to automate one particular job for which we use the free edition where I work.
I've come up with a nice script that does everything I want it to do but when I issue this command:
Code: Select all
Find-VBRViEntity -Name $vm_name_to_zip | Start-VBRZip -Folder "G:\" -Compression 5
Code: Select all
Unable to start the VeeamZIP job. License is not installed
So I'm wondering:
1. Is powershell support in the free edition of Veeam 8 a sort of "freemium" where some commands work and some don't?
2. Or is it simply that I am missing something an a "free" license key needs to be installed?
Thanks in advance for the support,
Marc