FormatPx
FormatPx copied to clipboard
Better Formatting in PowerShell
Import module have to happen without errors in Linux. I have this module path listed in PS $env:PSModulePath. $ Import-Module FormatPx -Verbose VERBOSE: Loading module from path '/root/XX/library/FormatPx/FormatPx.psd1'. VERBOSE: Loading...
Kirk, First - Thanks for the module! I have a question, don't know if it is an issue or pilot error. I have another module I use which imports FormatPX,...
Not sure if there is some workaround for this ``` PS H:\> Import-Module FormatPx -Verbose VERBOSE: Loading module from path 'C:\Users\jcrook\Documents\PowerShell\Modules\FormatPx\1.1.3.15\FormatPx.psd1'. VERBOSE: Populating RepositorySourceLocation property for module FormatPx. VERBOSE: Loading...