Hello, i'm trying to generate a gource schema with the Get-ForensicTimeline cmdlet. The problem is that when i get the timeline from the tool , and i use ConvertTo-Gource, i get an error because the type of the data in the timeline variable isn't Forensic Timeline. What can i do?
$timeline = Get-ForensicTimeline -VolumeName C:
$timeline_mod = $timeline | Where-Object {($.Date -gt $start) -and ($.Date -lt $end)} | Sort-Object Date | ConvertTo-Gource
[ForensicTimeline] type can't be found.
En C:\Program Files\WindowsPowerShell\Modules\PowerForensics\PowerForensics.psm1: 414 Carácter: 9
-
-
- CategoryInfo : InvalidOperation: (ForensicTimeline:TypeName) [], RuntimeException
- FullyQualifiedErrorId : TypeNotFound
Hello, i'm trying to generate a gource schema with the Get-ForensicTimeline cmdlet. The problem is that when i get the timeline from the tool , and i use ConvertTo-Gource, i get an error because the type of the data in the timeline variable isn't Forensic Timeline. What can i do?
$timeline = Get-ForensicTimeline -VolumeName C:$timeline | Where-Object {($ .Date -gt $start) -and ($.Date -lt $end)} | Sort-Object Date | ConvertTo-Gource
$timeline_mod =
[ForensicTimeline] type can't be found.
En C:\Program Files\WindowsPowerShell\Modules\PowerForensics\PowerForensics.psm1: 414 Carácter: 9