Some of the longer scripts have been converted into proper PowerShell functions and added to a module, which can be found on in a dedicated GitHub repo, HersheyTaichou/CodeBible-Module
Prerequisites
Some of the modules require other modules as dependencies, for example, ExoMailbox.psd1 requires ExchangeOnlineManagement
How to Install
- Download a copy of the repo from GitHub
- Optional: Save it in the Documents\PowerShell folder
- Open PowerShell 7
- The scripts were built with PowerShell 7 and may not behave as expected in PowerShell 5
- Run
Import-Module {Path to PSD file for the module}