📄️ Getting started with the Configuration system
The configuration system provides a central way to offer and discover settings. It can also be used to control & manage those settings from outside of scriptcode. It is designed to be used in both modules and individual scripts.
📄️ Getting Started with Logging
In order to create logs, all you need to do is update existing scripts and replace all instances of ...
📄️ Getting started with Parameter Classes
Parameter Classes enable developers to be more permissive in what input they accept and does all the input interpretation for the developer.
📄️ Getting started with Tab Completion
Tab Completion is what happens in PowerShell when you hit the TAB key*: