Importing module gives warning about unapproved verbs
lahell opened this issue · 2 comments
lahell commented
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.