News

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 ...
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 ...
This script (or function, if you choose to implement it like that) should be in any Azure Web guru's arsenal. It's another great example of plugging holes in existing commercial PowerShell modules ...
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 ...
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 ...