PowerSploit/PowerSploit.psm1

2 lines
149 B
PowerShell

Get-ChildItem $PSScriptRoot | ? { $_.PSIsContainer -and !('Tests','docs' -contains $_.Name) } | % { Import-Module $_.FullName -DisableNameChecking }