Files
PowerShellMafia-PowerSploit/PowerSploit.psm1
T
2014-01-25 11:45:59 -05:00

2 lines
108 B
PowerShell

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