Debug and Verbose let you return extra information from your scripts, for specific situations, and only when needed. Debug lets you return “programmer-level” information. Verbose lets you return more detailed information to the user. I’ll provide some examples.
Continue reading “PowerShell: Return Debug and Verbose messages From Your Functions”