This repo contains two modules we've developed, for use with all of our powershell scripts that we've created to help manage many of our processes with Blackboard Learn.
Import-Module "<path>\CLGS_Logging.psm1" -ArgumentList <logfile name>, $false, $false, $debug
Import-Module "<path>\CLGS_Learn_REST_API.psm1" -ArgumentList <base Learn URL>, <REST API key>, <REST API secret>
** Please note - these modules require PowerShell v6+ **