Welcome to ShenZhenJia Knowledge Sharing Community for programmer and developer-Open, Learning and Share
menu search
person
Welcome To Ask or Share your Answers For Others

Categories

I was trying these power forensics command from this website the 1st two commands worked perfectly while the next 3 commands gave errors, I am sharing one of the error below. Please tell me the solution to get rid of this error.

Command - PS C:> Get-ForensicFileRecord -Path C:Windowssystem32cmd.exe

Error: Get-ForensicFileRecord : Path C:Windowssystem32cmd.exe not found. At line:1 char:1

  • Get-ForensicFileRecord -Path C:Windowssystem32cmd.exe
  •   + CategoryInfo          : NotSpecified: (:) [Get-ForensicFileRecord], Exception
      + FullyQualifiedErrorId : System.Exception,PowerForensics.Cmdlets.GetFileRecordCommand
    
    

The link which I followed for this tutorial: PowerForensics - PowerShell Digital Forensics | Get-ForensicFileRecord

question from:https://stackoverflow.com/questions/65907091/why-am-i-getting-this-error-in-windows-powershell

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
thumb_up_alt 0 like thumb_down_alt 0 dislike
369 views
Welcome To Ask or Share your Answers For Others

1 Answer

Waitting for answers

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
thumb_up_alt 0 like thumb_down_alt 0 dislike
Welcome to ShenZhenJia Knowledge Sharing Community for programmer and developer-Open, Learning and Share
...