Quantcast
Channel: PowerShell.com – PowerShell Scripts, Tips, Forums, and Resources
Viewing all articles
Browse latest Browse all 6937

Belly Up to the Title Bar

$
0
0

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.


Viewing all articles
Browse latest Browse all 6937

Trending Articles