Thanks for your answer.
I use it for weekly, monthly, .. but didn't notice the dailystartat.
However I don't know how to use it because I don't have the expected result.
I tried :Unfortunately all parameters are configured excepted "dailstartat" wich is always 00:00
I use it for weekly, monthly, .. but didn't notice the dailystartat.
However I don't know how to use it because I don't have the expected result.
I tried :
Code:
$ScheduleParams =@{ DailyStartAt = "04:00:00" WeeklyDay = "Sunday" MonthlyKind = "DayOfMonth" MonthlyDayOfMonth =1 YearlyKind = "DayOfYear" YearlyDayOfMonth = 1 QuarterlyKind = "DayOfQuarter" QuarterlyDayOfMonth = 1 } $schedule = New-VBRTapeGFSScheduleOptions @ScheduleParamsStatistics: Posted by matteu — Jan 29, 2024 1:19 pm



