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