Files
PowerShellMafia-PowerSploit/PowerSploit.psm1
T

2 lines
135 B
PowerShell

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