aboutsummaryrefslogtreecommitdiff
path: root/PowerSploit.psm1
blob: 9bc02403799401a5e91f8d7b1a05cd6b59394384 (plain)
1
Get-ChildItem $PSScriptRoot | ? { $_.PSIsContainer -and ($_.Name -ne 'Tests') } | % { Import-Module $_.FullName -DisableNameChecking }