PowerShell - Scripting Best Practices
You want to debug a script but only see verbose messages, not debug messages. You run it with
-Verbose. How can you see debug messages without changing the script?