Disable non-standard cmdlet verb checking

This commit is contained in:
mattifestation
2014-01-25 11:45:59 -05:00
parent 3d564121d7
commit 7f0267db7c
+1 -1
View File
@@ -1 +1 @@
Get-ChildItem $PSScriptRoot | ? { $_.PSIsContainer } | % { Import-Module $_.FullName }
Get-ChildItem $PSScriptRoot | ? { $_.PSIsContainer } | % { Import-Module $_.FullName -DisableNameChecking }