tags
install-module
4 entries
Tags
Categories
4 entries

Install-Module : A parameter cannot be found that matches parameter name AllowPrerelease.
Recently I started to utilize Prerelease option for my PowerShell Modules. This allows me to early test them before I…

Install-module : The ‘install-module’ command was found in the module ‘PowerShellGet’, but the module could not be loaded.
I’ve been working last few hours trying to set up my laptop for PowerShell Conference, and one of the tasks is to get my modules up and run…

Install-Module: The term Install-Module is not recognized as the name of cmdlet, function, script file or operable program
Recently I was asked to implement PSWinReporting onto yet another domain. Happily I’ve started to install my 6 modules to…

Set-PSRepository Installation Policy Trusted – Invalid Class Error
I have to admit – executing the same command three times and expecting different results is dumb, but I still do it anyway. Fortunately, af…