PowerSploit/PowerSploit.psm1

2 lines
108 B
PowerShell

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