Search notes:

PowerShell cmdLet Write-Information

write-information writes System.Management.Automation.InformationRecord objects.
If a command is invoked with the -informationVariable common parameter, the messages that are written are also accumulated in the indicated variable.

See also

$host.ui.writeInformationLine('text')
The $informationPreference preference variable
The cmdLet verb write
Powershell command noun: information

Index