New-SelfSignedCertificate will not run on Windows 7

前端 未结 2 1382
不知归路
不知归路 2020-12-11 03:27

On a Windows 7 Professional system, it seems not possible to run New-SelfSignedCertificate. I could on a Windows 10 system.

Yes, the shell was started with \"Run As

相关标签:
2条回答
  • 2020-12-11 04:23

    Have to install AzureRM module to use azure commands through powershell. You can use below command to do it.

    Install-Module -Name AzureRM -AllowClobber
    
    0 讨论(0)
  • 2020-12-11 04:28

    As stated in the comments above, this isn't available in Windows 7.

    However, if you're looking for something with a similar API and capability, then I have used & can recommend this from Microsoft Script Centre:

    https://gallery.technet.microsoft.com/scriptcenter/self-signed-certificate-5920a7c6

    0 讨论(0)
提交回复
热议问题