I would like to utilize my own custom namespaces in a PowerShell .ps1 script or a .psm1 module. Is this possible? If so, what is the syntax to do this?
I found a related link here: Breaking the Powershell namespace limit of global,script
It seems like I will need to make my own custom object, or possibly use a custom associative array for this?
I would like to be able to call my function like this:
[MyCoolNamespace]::Get-CrazyYall