-
- Veteran
- Posts: 459
- Liked: 5 times
- Joined: Feb 01, 2012 12:04 pm
- Full Name: Mario
- Contact:
Getting information about restore job
Is there any way to get information as detailed as possible about restore jobs performed weeks or months ago?
Regards
marius
Regards
marius
-
- Veteran
- Posts: 7328
- Liked: 781 times
- Joined: May 21, 2014 11:03 am
- Full Name: Nikita Shestakov
- Location: Prague
- Contact:
Re: Getting information about restore job
Hello Marius, if you use Veeam ONE, try Restore Operator Activity report.
Thanks!
Thanks!
-
- Veteran
- Posts: 459
- Liked: 5 times
- Joined: Feb 01, 2012 12:04 pm
- Full Name: Mario
- Contact:
Re: Getting information about restore job
Many thanks.
Unfortuinately, at the moment we don't use Veeam ONE.
Is there any other way, maybe using Powershell?
Regards
Marius
Unfortuinately, at the moment we don't use Veeam ONE.
Is there any other way, maybe using Powershell?
Regards
Marius
-
- Product Manager
- Posts: 20415
- Liked: 2302 times
- Joined: Oct 26, 2012 3:28 pm
- Full Name: Vladimir Eremin
- Contact:
Re: Getting information about restore job
Most of restore session can be caught by Get-VBRRestoreSession cmdlet, can you tell me what type of restore session are trying to get? Thanks.
-
- Veteran
- Posts: 459
- Liked: 5 times
- Joined: Feb 01, 2012 12:04 pm
- Full Name: Mario
- Contact:
Re: Getting information about restore job
I need to get as many information as possible about a restore job executed for a given VM in Novembre 2016, mainly the way the restored was performed (disk or specific files), trhe amount of data processed, and so on.
Regards
Marius
Regards
Marius
-
- Product Manager
- Posts: 20415
- Liked: 2302 times
- Joined: Oct 26, 2012 3:28 pm
- Full Name: Vladimir Eremin
- Contact:
Re: Getting information about restore job
You will need to:
1) Find sessions occurred on that date (CreationTime property)
2) Find those related to a particular VM (.Info.VmDisplayName property)
3) Get required information from the resulting session list
Thanks.
1) Find sessions occurred on that date (CreationTime property)
2) Find those related to a particular VM (.Info.VmDisplayName property)
3) Get required information from the resulting session list
Thanks.
Who is online
Users browsing this forum: Bing [Bot], Google [Bot] and 42 guests