Skip to content

Latest commit

 

History

History
2 lines (2 loc) · 339 Bytes

README.md

File metadata and controls

2 lines (2 loc) · 339 Bytes

ModuleVariablesPOC

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.