From 7f0267db7c15e20cbee63533824e42517a28ed90 Mon Sep 17 00:00:00 2001 From: mattifestation Date: Sat, 25 Jan 2014 11:45:59 -0500 Subject: Disable non-standard cmdlet verb checking --- PowerSploit.psm1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 } -- cgit v1.2.3