If you want to build an Azure Functions app with PowerShell, don't start in Azure. That may sound counterintuitive, but in this video, Anthony Howell, PowerShell consultant and DevOps engineer at ...
When you first start writing scripts, modularity, reusability, and best practices may not be top of mind. As your scripts become more complex, however, creating reusable elements becomes essential. By ...
To avoid errors, it's important to write PowerShell scripts that prevent code from running on an unintended platform. Luckily, this is easier to do than it sounds. Up until a few years ago, PowerShell ...
Create PowerShell functions only for reusable code, not unnecessary script fragmentation. Avoid over-engineering small PowerShell scripts that become difficult to read and maintain. Keep PowerShell ...
Editor's note: Adam Bertram originally wrote this article, and Reda Chouffani has expanded it. Even though administrators can accomplish many tasks with ad hoc PowerShell commands, learning how to ...