In the first step (Install-Module PSAutolab -force) i get the error below
PackageManagement\Install-Package : A Microsoft-signed module named 'Pester' with version '3.4.0' that was
previously installed conflicts with the new module 'Pester' from publisher 'CN=DigiCert Assured ID Root CA,
OU=www.digicert.com, O=DigiCert Inc, C=US' with version '4.10.1'. Installing the new module may result in system
instability. If you still want to install or update, use -SkipPublisherCheck parameter.
At C:\Program Files\WindowsPowerShell\Modules\PowerShellGet\1.0.0.1\PSModule.psm1:1809 char:21
Hello,
In the first step (Install-Module PSAutolab -force) i get the error below
PackageManagement\Install-Package : A Microsoft-signed module named 'Pester' with version '3.4.0' that was previously installed conflicts with the new module 'Pester' from publisher 'CN=DigiCert Assured ID Root CA, OU=www.digicert.com, O=DigiCert Inc, C=US' with version '4.10.1'. Installing the new module may result in system instability. If you still want to install or update, use -SkipPublisherCheck parameter. At C:\Program Files\WindowsPowerShell\Modules\PowerShellGet\1.0.0.1\PSModule.psm1:1809 char:21
Additional details:
5 1 19041 610
PS C:\WINDOWS\system32> $PSVersiontable Name Value
PSVersion 5.1.19041.610 PSEdition Desktop PSCompatibleVersions {1.0, 2.0, 3.0, 4.0...} BuildVersion 10.0.19041.610 CLRVersion 4.0.30319.42000 WSManStackVersion 3.0 PSRemotingProtocolVersion 2.3 SerializationVersion 1.1.0.1
I hope this is an easy one, as i can't advance at all
Thanks in advance!