aboutsummaryrefslogtreecommitdiff
path: root/PowerSploit.psm1
diff options
context:
space:
mode:
Diffstat (limited to 'PowerSploit.psm1')
-rw-r--r--PowerSploit.psm12
1 files changed, 1 insertions, 1 deletions
diff --git a/PowerSploit.psm1 b/PowerSploit.psm1
index 5ea3b62..550b8be 100644
--- a/PowerSploit.psm1
+++ b/PowerSploit.psm1
@@ -1 +1 @@
-Get-ChildItem $PSScriptRoot | ? { $_.PSIsContainer } | % { Import-Module $_.FullName }
+Get-ChildItem $PSScriptRoot | ? { $_.PSIsContainer } | % { Import-Module $_.FullName -DisableNameChecking }