BEMCLI exclude all jobs on a given date range
Im hoping someone out there has done this before so I can automate a process that until now ive completed manually. I work in an education environment where we have regular holiday breaks whereby I have been opening backup exec and going to the backup calendar and excluding a given date range one by one for all scheduled backups as we run a different set of jobs manually throughout that break. I do this action across some 14 media servers at a time so its a bit tedious and I'd love to script it in powershell with bemcli. Im hoping I missed an easy way to do it as I couldnt see a reference to excluding a calendar day and I tried use Get-BEJob -Status Scheduled and piping it to Add-BeScheduledDatesToExclude but it wasnt a fan of that. Has anyone out there done this before ?