-
- Service Provider
- Posts: 125
- Liked: 30 times
- Joined: Jan 04, 2018 4:51 pm
- Contact:
Getting last run / start time of Immediate copy job
I'm trying to find how to pull out information about the new immediate copy jobs (Type : SimpleBackupCopyPolicy). I can find the last result, but most methods I can find to pull out the time don't seem to be changing from the job creation time. Is there something I've missed?
-
- Veeam Software
- Posts: 2010
- Liked: 669 times
- Joined: Sep 25, 2019 10:32 am
- Full Name: Oleg Feoktistov
- Contact:
Re: Getting last run / start time of Immediate copy job
Hi @jasonede,
Lack of possible capabilities for immediate copy job objects explained here.
So, more info can be found in worker job objects:
Thanks,
Oleg
Lack of possible capabilities for immediate copy job objects explained here.
So, more info can be found in worker job objects:
Code: Select all
$job = Get-VBRJob -Name 'JobName'
$jobWorkers = $job.GetWorkerJobs()
Oleg
-
- Service Provider
- Posts: 125
- Liked: 30 times
- Joined: Jan 04, 2018 4:51 pm
- Contact:
Re: Getting last run / start time of Immediate copy job
Fantastic. That was just what I needed.
Who is online
Users browsing this forum: Semrush [Bot] and 10 guests