Hey all,
For auditing purposes, we have to provide proof that we test full VM restore jobs. Specifically for one server. Through researching, I found this command that shows everything from the requested time frame.
Is there a way (or different script) to make it only pull for a certain job/server? And is there a way to get more details on the type of restore job it was? From the report, one server says "File Level Restore" on a restore job, but another server (the one in question) just doesn't specify what kind of restore jobs were done. It just shows a section that says "vmRestorePointDate." Ideally, the report needs to be able to range from the first of the year to a specified cutoff time.
Thanks in advance.
For auditing purposes, we have to provide proof that we test full VM restore jobs. Specifically for one server. Through researching, I found this command that shows everything from the requested time frame.
Code:
Export-VBRAudit -From <datetime> -To <datetime> -FileFullPath <string> [<CommonParameters>]Thanks in advance.
Statistics: Posted by ThatTechGuy91 — Jul 19, 2024 9:01 pm






