Files
PowerShellMafia-PowerSploit/PowerSploit.psm1
T
2015-11-09 10:52:41 -08:00

2 lines
108 B
PowerShell

Get-ChildItem $PSScriptRoot | ? { $_.PSIsContainer } | % { Import-Module $_.FullName -DisableNameChecking }