Skip to content

Forensic Timeline Type #156

Description

@beleka

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

  •     [ForensicTimeline[]]
    
  •     ~~~~~~~~~~~~~~~~~~~~
    
    • CategoryInfo : InvalidOperation: (ForensicTimeline:TypeName) [], RuntimeException
    • FullyQualifiedErrorId : TypeNotFound

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions