Most of the PowerShell scripts that I have seen over the years are relatively straightforward. They tend to use a sequence of cmdlets and various operators and parameters. However, a script consisting ...
The amazing thing about PowerShell is that you are able to explore around the shell and find all sorts of cool things that it can do. Someone starting out with PowerShell might not be sure what the ...
If your automated script takes action based on a value, it's critical to make sure the value is correct. Good thing PowerShell has ways to validate the values that are passed to a function. In recent ...
PowerShell V5 has been out for a while now and with that I wanted to take the time to show off a few things that I like and/or use regularly. Note that at the time me writing this, PowerShell 5.1 is ...