Quantcast
Channel: Public Key Infrastructure PowerShell module
Viewing all articles
Browse latest Browse all 729

New Post: Start-Job Error

$
0
0
PS C:> 10.100.11.23 | start-job {Test-WebServerSSL} -InitializationScript {Import-Module PSPKI}

PS C:> Import-Module : The current Windows PowerShell host is: 'ServerRemote
Host' (version 1.0.0.0). The module
'C:\Windows\system32\WindowsPowerShell\v1.0\Modules\PSPKI\PSPKI.psd1' requires a minimum Windows PowerShell host
version of '2.0' to run.
At line:1 char:1
  • Import-Module PSPKI
  • ~~~~~~~~~~~~~~~~~~~
    • CategoryInfo : ResourceUnavailable: (C:\Windows\syst...SPKI\PSPKI.psd1:String) [Import-Module], Invalid
      OperationException
    • FullyQualifiedErrorId : Modules_InsufficientPowerShellHostVersion,Microsoft.PowerShell.Commands.ImportModuleCommand
I've tried with "-PSVersion 2.0 & 3.0" - same error. Thanks for the help.

Viewing all articles
Browse latest Browse all 729

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>