PowerShellEmpire / PowerTools

PowerTools is a collection of PowerShell projects with a focus on offensive operations.
Other
2.05k stars 811 forks source link

warning on import #27

Closed digininja closed 9 years ago

digininja commented 9 years ago

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.
andyrobbins commented 9 years ago

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

digininja commented 9 years ago

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 https://github.com/Veil-Framework/PowerTools/issues/27#issuecomment-108987342 .