This is an attempt to create a comprehensive LT PoSH module. To import this module in your scripts you can run:
$ProgressPreference = 'SilentlyContinue'
[System.Net.ServicePointManager]::SecurityProtocol = 3072 -bor 12288
. ([scriptblock]::Create(((Invoke-RestMethod -Uri 'https://contentrepo.net/repo/script/LabTech.psm1') -join [Environment]::NewLine)))