We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
0 parents commit aca66e9Copy full SHA for aca66e9
Invoke-Forensic.ps1
@@ -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