-
Notifications
You must be signed in to change notification settings - Fork 282
Open
Description
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 =
[ForensicTimeline] type can't be found.
En C:\Program Files\WindowsPowerShell\Modules\PowerForensics\PowerForensics.psm1: 414 Carácter: 9
-
[ForensicTimeline[]] -
~~~~~~~~~~~~~~~~~~~~- CategoryInfo : InvalidOperation: (ForensicTimeline:TypeName) [], RuntimeException
- FullyQualifiedErrorId : TypeNotFound
Metadata
Metadata
Assignees
Labels
No labels