lahell/PSDiscoveryProtocol

Importing module gives warning about unapproved verbs

lahell opened this issue · 2 comments

Importing this module gives the following warning:

WARNING: The names of some imported commands from the module 'PSDiscoveryProtocol' include unapproved verbs that might make them less discoverable. To find the commands with
 unapproved verbs, run the Import-Module command again with the Verbose parameter. For a list of approved verbs, type Get-Verb.

Will consider using Invoke and Get instead of Capture and Parse.

This issue is fixed in the feature-export-pcap branch by commit 621c205.

Fixed by commit 9db80bd.