Authenticode Signature Invalid #170
Labels
bug
Something isn't working
documentation
Improvements or additions to documentation
KNetPS
KNetPS related issue
Describe the bug
When attempting to install the module in Powershell, I get the following error below.
Command
Install-Module -Name MASES.KNetPS
Response
"PackageManagement\Install-Package : The module 'MASES.KNetPS' cannot be installed or updated because the authenticode signature of the file 'MASES.KNetPS.cat'
is not valid."
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Installs the module like normal
Screenshots
PS C:\Windows\system32> Install-Module -Name MASES.KNetPS
PackageManagement\Install-Package : The module 'MASES.KNetPS' cannot be installed or updated because the authenticode signature of the file 'MASES.KNetPS.cat'
is not valid.
At C:\Program Files\WindowsPowerShell\Modules\PowerShellGet\2.2.5\PSModule.psm1:9711 char:34
PS C:\Windows\system32> Install-Module -Name MASES.KNetPS -RequiredVersion 1.4.4
PackageManagement\Install-Package : The module 'MASES.KNetPS' cannot be installed or updated because the authenticode signature of the file 'MASES.KNetPS.cat'
is not valid.
At C:\Program Files\WindowsPowerShell\Modules\PowerShellGet\2.2.5\PSModule.psm1:9711 char:34
Desktop (please complete the following information):
PS C:\Windows\system32> $PSVersionTable
Name Value
PSVersion 5.1.14393.5582
PSEdition Desktop
PSCompatibleVersions {1.0, 2.0, 3.0, 4.0...}
BuildVersion 10.0.14393.5582
CLRVersion 4.0.30319.42000
WSManStackVersion 3.0
PSRemotingProtocolVersion 2.3
SerializationVersion 1.1.0.1
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: