Files
PowerShellMafia-PowerSploit/PowerSploit.psm1
T
2013-11-13 21:01:02 -05:00

2 lines
87 B
PowerShell

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