PowerTip: Provide Alternate Name to Nouns in Module
Summary: Use Windows PowerShell to provide alternate names to nouns in modules to avoid conflicts. How can I use Windows PowerShell to avoid the problem of having conflicting cmdlet names in different modules? Use the Prefix parameter with Import-Module. Prefix will take whatever letter segment you provide and ...