
$ScheduleOptions = $Job.GetScheduleOptions() Please advise if there are known information such as insufficient script syntax or editing of backup copy job can not be confirmed from the GUI. However, when I checked Edit> Schedule on the Veeam console, it seems that the setting has not been changed.

The process itself ended without any error, and a backup copy job that was valid resulted in a Warning due to the configuration change, and the change of the schedule appeared to be successful. Set-VBRJobScheduleOptions -Job $job -Options $schedule $options = Set-VBRBackupWindowOptions -Options $options -PassThru -FromDay Saturday -FromHour 4 -ToDay Saturday -ToHour 23 -Enabled:$false $options = Set-VBRBackupWindowOptions -Options $options -PassThru -FromDay Sunday -FromHour 0 -ToDay Sunday -ToHour 3 -Enabled:$false $options = New-VBRBackupWindowOptions -FromDay Saturday -FromHour 0 -ToDay Sunday -ToHour 23 -Enabled:$true $ScheduleOptions = Get-VBRJobScheduleOptions -Job $job
