Contact Info

Crumbtrail

ActiveXperts.com » Administration » Powershell » Powershell 3.0 » Write-Verbose

Write-Verbose - Powershell 3.0 CmdLet

ActiveXperts Network Monitor ships with integrated Powershell scripts to monitor complex network. The scripts run out of the box
Download the ActiveXperts Network Monitor FREE version now »

Write-Verbose

Short description
Writes text to the verbose message stream.

Syntax


Description
The Write-Verbose cmdlet writes text to the verbose message stream in Windows PowerShell. Typically, the verbose messag
e stream is used to deliver information about command processing that is used for debugging a command.


By default, the verbose message stream is not displayed, but you can display it by changing the value of the $VerbosePr
eference variable or using the Verbose common parameter in any command.