Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Forensic Timeline Type #156

Open
beleka opened this issue Apr 24, 2018 · 0 comments
Open

Forensic Timeline Type #156

beleka opened this issue Apr 24, 2018 · 0 comments

Comments

@beleka
Copy link

beleka commented Apr 24, 2018

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant