News

Basic PowerShell functions Basic PowerShell functions are straightforward and lack advanced features. They are declared using the function keyword, followed by a set of curly braces: function ...
In a recent blog post, Microsoft announced PowerShell support in Azure Functions 2.x runtime, in preview. This release focuses on bringing custom logic scenarios to administrators and developers who p ...
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. Good thing ...
In-Depth Q&A: Why You're Writing Your PowerShell Functions Wrong! Don Jones, TechMentor presenter and cochair, discusses some of his observations on how people are using PowerShell, and how they ...