When you write a PowerShell script or function, sometimes it is helpful to provide feedback or status messages to the person running the script. Even if it is just for yourself, it is helpful to know what the script is doing. There are a number of ways you can accomplish this such as using Write-Host, Write-Progress or Write-Verbose. But here's another way using the title bar of the PowerShell console or ISE.
↧