News

My PowerShell module project template, for use with Plaster. This template sets up a number of things to make getting started with authoring a new PowerShell module much less time consuming, while ...
I could simply create a module called AdamModule and just throw a bunch of random functions in there if I want to. PowerShell doesn't care. The flexibility is nice but, at the same time, it's ...
How To Create Multi-Dimensional Arrays in PowerShell A quick primer on one of the most useful tools in PowerShell scripting. By Brien Posey 01/28/2019 ...
A PowerShell module to create a retry mechanism around functions - PSModule/Retry ...
On the other hand, the powershell-yaml module is designed for home lab and automation enthusiasts whose daily workloads involve heavy YAML scripting.
Are you getting started with PowerShell? If so, this guide will help you to create and run your first script on Windows.