PowerShell - Scripting Best Practices
How can you design a PowerShell script to display verbose messages only when
-Verbose is used, and debug messages only when -Debug is used, without mixing outputs?