PowerShellEmpire/PowerTools

warning on import

digininja opened this issue · 2 comments

I know this doesn't affect operations but reporting it as it looks untidy:

VERBOSE: Importing function 'ConvertTo-JSON'.
WARNING: Some imported command names include unapproved verbs which might make
them less discoverable.  Use the Verbose parameter for more detail or type
Get-Verb to see the list of approved verbs.
VERBOSE: The command name 'Escape-JSONString' includes an unapproved verb which
 might make it less discoverable.

What command are you running to get this error? I tried replicating this issue with Import-Module -Verbose .\powerview.ps1, but it doesn't throw the error for me:
screen shot 2015-06-04 at 1 39 23 pm

Just the basic module import.
On 4 Jun 2015 18:40, "Andy Robbins" notifications@github.com wrote:

What command are you running to get this error? I tried replicating this
issue with Import-Module -Verbose .\powerview.ps1, but it doesn't throw the
error for me:
[image: image]
https://cloud.githubusercontent.com/assets/842644/7990460/2d0d5196-0abf-11e5-8e32-59efbc936319.png


Reply to this email directly or view it on GitHub
#27 (comment)
.