我已将PSPKI模块导入到Azure自动帐户中,当使用PSPKI的cmdlet时,我总是无法识别命令。我可以看到模块已成功安装,并且可以在Runbook中看到这些cmdlet,但是以某种方式无法识别该cmdlet。
例如Test-WebServerSSL -URL login.live.com
我可以重现您的问题,要解决该问题,请先运行Import-Module -Name PSPKI。
Import-Module -Name PSPKI
Import-Module -Name PSPKI Test-WebServerSSL -URL login.live.com