I Veeam backup to a 3TB Drive then to Tape, every week I need to delete backup files and start again, leaving the job intact. So I regularly go into GUI and "Delete From Disk"
I started to look at Powershell to script it, but although I think it should be easy, I can't even get past GET-VBRJobObject !!!!
If I open Veeam Powershell and type GET-VBRJob I get a list of Jobs, If I then type GET-VBRJobOject it asks me for a Job, if I enter a job from the list I get errors
I have used some powershell in SQL but this doesn't make sense
Effectively I want to script two jobs and delete the files once a week from a scheduler
