I’ll admit that using color in PowerShell is more of an afterthought for most scripts, it does come in handy for certain situations. One could use color to enhance output
Month: June 2019
PowerShell PausePowerShell Pause
Waiting is a game that can be played even with PowerShell. There are a few options when working PowerShell and pausing its operation to waiting for a process to complete.
PowerShell Parameters (Basic)PowerShell Parameters (Basic)
Why use external arguments for PowerShell scripts? External parameters allow for options to be selected that correspond to functions or actions within the script. For example, if you wanted to
TLS and PowerShell Web RequestsTLS and PowerShell Web Requests
Apparently, TLS versions matter when working with PowerShell. It matters for PowerShell and Invoke-WebRequest commands. I have some schedule tasks that ran pulling small bits of information from them and