-
Notifications
You must be signed in to change notification settings - Fork 284
Description
Hi Jared,
I've recently discovered your PowerForensics project and i'm loving having the freedom of Powershell for forensics activity!
I have been using PowerForensics for local analysis but for my scenario - PowerForensicsPortable seems to be better for remote processing. This doesn't seem to be supported anymore, however I wonder if you can help me with an issue i'm having whilst trying to run PowerForensicsPortable cmdlets. It seems when I run a command: e.g.
Invoke-Command -ScriptBlock {Get-ForensicTimezonePortable} -ComputerName -Credential <user>
I get the following error:
Unable to find type [PowerForensics.Artifacts.Timezone]: make sure that the assembly containing this type is loaded
+ CategoryInfo : InvalidOperation: (PowerForensics.Artifacts.Timezone:TypeName) [], RuntimeException
+ FullyQualifiedErrorId : TypeNotFound
I'm assuming this is the link between PowerForensics and Portable? Any help would be much appreciated!
Cheers,
Joe