Skip to content

Commit aca66e9

Browse files
committed
Add Invoke-Forensic scripts
* Add Readme * Add Invoke-Kape and Invoke-RegRipper commands
0 parents  commit aca66e9

File tree

5 files changed

+1169
-0
lines changed

5 files changed

+1169
-0
lines changed

Invoke-Forensic.ps1

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# Module path for all functions
2+
$ModuleRoot = $PSScriptRoot
3+
# Load all functions
4+
Get-ChildItem -Path $ModuleRoot\* -Exclude "Invoke-Forensic.ps1" -Filter *.ps1 | % { . $_.FullName}

0 commit comments

Comments
 (0)