Does PowerShell has something like “echo off” and “echo on” trigger?

The Set-PSDebug cmdlet has -Trace <int> parameter that can be used to same effect as echo on.

Leave a Comment