Contact Info

Crumbtrail

ActiveXperts.com » Administration » Powershell » Powershell 1.0 » Write-Debug

Write-Debug - Powershell 1.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-Debug

Description
Write a debug message to the host display

Usage


Options


Example(s)
Write a debug message:

PS C:\>$DebugPreference = "Continue"
PS C:\>Write-Debug "Something went wrong."