Installation
BEFORE YOU BEGIN
Ensure that you have installed AutomatedLab (We'll assume you have since you wish to use this thing, but if not, see https://automatedlab.org/en/latest/Wiki/Basic/install/)
Build from source
Building from source will require ModuleBuilder from the PowerShell Gallery:
Install-Module ModuleBuilder -Scope CurrentUser
git clone https:github.com/steviecoaster/automatedlab.utils.git
cd automatedlab.utils
. ./Build.ps1
Import-Module ./AutomatedLab.Utils/0.1.0/AutomatedLab.Utils.psd1
Install through the PowerShell Gallery
Windows PowerShell
Install-Module AutomatedLab.Utils -Scope CurrentUser
PowerShell 7+
Install-PSResource AutomatedLab.Utils -Scope CurrentUser
Chocolatey (COMING SOON)
choco install automatedlab.utils -y -s https://community.chocolatey.org/api/v2