Search notes:

PowerShell: the preference variable $verbosePreference

The value of the $verbosePreference preference variable determines what happens when the write-verbose cmdlet is invoked.
$verbosePreference can be assigned any value of the System.Management.Automation.ActionPreference enum.
The default value is silentlyContinue.

Index