-
Notifications
You must be signed in to change notification settings - Fork 283
Description
Hello, i'm trying to use the powerforensics framework but i have a problem. When i use the powerforensicv2 normal module from github releases i don't have the ConvertTo-Gource cmdlet. So i decided to use the powerforensic from github repository where i have the ConvertTo-Gource cmdlet, but the problem is that i can't use any cmdlet from there because i get this error:
Exception while calling "GetInstances" with arguments "1": "index out of matrix length." En C:\Program Files\WindowsPowerShell\Modules\PowerForensics\PowerForensics.psm1: 1680 Carácter: 9 + [PowerForensics.Formats.ForensicTimeline]::GetInstances($Volu ... + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + CategoryInfo : NotSpecified: (:) [], MethodInvocationException + FullyQualifiedErrorId : IndexOutOfRangeException
So i have to get the timeline with powerforensicsv2 and then use converto-gource with normal powerforensics, beeing so annoying. What can i do?