This PowerShell module was built with the purpose of demonstrating how module scope (defined as script scope within the module) work. It's generally a best practice to not create/set Global variables within your modules and I wanted to make sure I fully understood the accessibility of script/module level variables.
exactmike/ModuleVariablesPOC
Proof of Concept Module for Module (Script) scope variables in PowerShell
PowerShellMIT