Closed
Description
A lot of functions don't need verbose messages, and having them output verbose messages will just create noise.
PowerShell itself has many cmdlets that don't write verbose messages, such as ForEach-Object, Test-Path, Get-ChildItem, etc.
I think that the $VerbosePreference variable will become useless if everyone followed this rule the way it is now because of all the noise that will be generated.