Sure, this one is luckily quite clean. Pass the VBRFiletoTape object returned by Get-VBRTapeJob to Get-VBRJobScheduleOptions; save it to some variable and check the properties with Get-Member, you'll see all the schedule options.
Example showing the Daily schedule options:
Example showing the Daily schedule options:
Code:
PS C:\Users\david.LAB> Get-VBRJobScheduleOptions -Job $tJob | select OptionsDailyOptionsDaily------------Enabled: True, DayNumberInMonth: SelectedDays, Days: Monday, Tuesday, Wednesday, Thursday, Friday, Saturday, SundayStatistics: Posted by david.domask — Mar 20, 2025 8:40 am






