hackf5/powershell-profile-alias

WLS2 w/UbuntuLTS on board

Codemonito opened this issue · 4 comments

I'd like it to work, though i have no idea if i missed anything.

PS C:\WINDOWS\system32> Register-ProfileAliasInProfile SoySilCo Register-ProfileAliasInProfile : The 'Register-ProfileAliasInProfile' command was found in the module 'HackF5.ProfileAl ias', but the module could not be loaded. For more information, run 'Import-Module HackF5.ProfileAlias'. At line:1 char:1 + Register-ProfileAliasInProfile SoySilCo + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + CategoryInfo : ObjectNotFound: (Register-ProfileAliasInProfile:String) [], CommandNotFoundException + FullyQualifiedErrorId : CouldNotAutoloadMatchingModule PS C:\WINDOWS\system32> Import-Module HackF5.ProfileAlias Import-Module : The version of Windows PowerShell on this computer is '5.1.19041.1320'. The module 'C:\Program Files\Wi ndowsPowerShell\Modules\HackF5.ProfileAlias\0.5.0.0\HackF5.ProfileAlias.psd1' requires a minimum Windows PowerShell ver sion of '7.0' to run. Verify that you have the minimum required version of Windows PowerShell installed, and then try a gain. At line:1 char:2 + Import-Module HackF5.ProfileAlias + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + CategoryInfo : ResourceUnavailable: (C:\Program File...ofileAlias.psd1:String) [Import-Module], Invalid OperationException + FullyQualifiedErrorId : Modules_InsufficientPowerShellVersion,Microsoft.PowerShell.Commands.ImportModuleCommand

I may have not...

Also do you have ps7 installed?