meine Sys/Db admin & Developper Notitzen - wer Rechtschreibfehler findet darf sie behalten ...
my Sys/Db Admin and developper notes - I don't care about typos
Tuesday, February 19, 2019
powershell Debug Verbose
Run $DebugPreference = 'Continue' to start seeing output from Write-Debug calls.
When you're done, restore preference variable $DebugPreference to its default value, using $DebugPreference = 'SilentlyContinue'
No comments:
Post a Comment