You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: