The Community Book of Powershell Practices Master by Powershell.org - HTML preview

PLEASE NOTE: This is an HTML preview only and some elements such as links or page numbers may be incorrect.
Download the book in PDF, ePub, Kindle for a complete version.

4. OUT-02 Use write-verbose to give information to someone running your script

Verbose output is generally held to be output that is useful for anyone running the script, providing status information (“now attempting to connect to SERVER1”) or progress information (“10% complete”).