News

Posey's Tips & Tricks. How To Validate Input in PowerShell Functions, Part 1. If your automated script takes action based on a value, it's critical to make sure the value is correct.
A PowerShell function is a reusable block of code that can be designed to behave just like a cmdlet. It is written in PowerShell's relatively easy to learn scripting language which for the most part ...
If you need multiple functions to accomplish your goal, then add those into a module. Proper Naming of a Function Take a look at all of the core PowerShell cmdlets and you will noticed something right ...
Want to start learning PowerShell today? The full bundle includes 18 hours of lessons and tutorials, and it's all on sale for hundreds off the MSRP at $19.99.
In Part 1 of this series, I showed you an example of PowerShell's native validation capabilities.. In that installment, I wrote a function that accepted a text string as input. The function then ...