Skip to content
This repository was archived by the owner on Jan 21, 2021. It is now read-only.

Commit 7f0267d

Browse files
author
mattifestation
committed
Disable non-standard cmdlet verb checking
1 parent 3d56412 commit 7f0267d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PowerSploit.psm1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Get-ChildItem $PSScriptRoot | ? { $_.PSIsContainer } | % { Import-Module $_.FullName }
1+
Get-ChildItem $PSScriptRoot | ? { $_.PSIsContainer } | % { Import-Module $_.FullName -DisableNameChecking }

0 commit comments

Comments
 (0)