Is there a way to reduce PowerShell namespace references?
Input [RootNameSpace1.NameSpace2.Namepsace3+SomeEnum]::SomeValue is a taxation and not very good expansion of the user. I understand that you can reference System level objects without a namespace, so [Type]::GetType(... will work. Is there any manifest that I could create or a command that I could use to shorten long namespaces?
namespaces powershell
Adam driscoll
source share