You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.