Skip to content

CollegisEduLTS/PowerShellRESTModule

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

PowerShell Modules for Blackboard Learn REST API

Collegis Education

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.

The paramters are path, NoClobber, Verbose, Debug

Import-Module "<path>\CLGS_Logging.psm1" -ArgumentList <logfile name>, $false, $false, $debug

The parameters are the baseUrl, key, secret

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+ **

About

This is a shared copy of the Collegis Blackboard Learn PowerShell REST Module, as presented at BbWorld Devcon 2020

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors