Search notes:

PowerShell: the preference variable $informationPreference

The value of the preference variable $informationPreference controls the behavior of write-information
Its value can be set to any member of the System.Management.Automation.ActionPreference enum.
The default value is silentlyContinue.

See also

The PowerShell command verb Write
write-information

Index