New-SelfSignedCertificate will not run on Windows 7

前端 未结 2 1384
不知归路
不知归路 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
    

提交回复
热议问题