$job=Get-VBRJob -Name "23660331_Tic1BusinessApp.V2"
$job.ScheduleOptions.NextRun is empty
But when I check console;
23660331_Tic1BusinessApp.V2 Cloud Director Backup 1 Stopped 10 hours ago Success 2.03.2024 05:15
This problem started today, any idea how to fix this without Veeam service restart?
-
- Service Provider
- Posts: 11
- Liked: never
- Joined: Jul 25, 2022 10:30 am
- Contact:
-
- Veeam Software
- Posts: 2021
- Liked: 673 times
- Joined: Sep 25, 2019 10:32 am
- Full Name: Oleg Feoktistov
- Contact:
Re: Powershell Output is Wrong?
Hi,
Please use dedicated cmdlet Get-VBRJobScheduleOptions to get NextRun value (and other job schedule values):
Best regards,
Oleg
Please use dedicated cmdlet Get-VBRJobScheduleOptions to get NextRun value (and other job schedule values):
Code: Select all
$job = Get-VBRJob -Name "Backup Job 1"
Get-VBRJobScheduleOptions -Job $job
Oleg
Who is online
Users browsing this forum: No registered users and 18 guests