我正在尝试在PowerShell中运行以下命令:
命令 -
netsh http delete sslcert hostnameport="services.localtest.me:443"
结果 -
'hostnameport' is not a valid argument for this command.
The syntax supplied for this command is not valid. Check help for the correct syntax.
我收到一条错误,指出hostnameport不是有效的参数,但是this site将其记录为社区添加。此外,如果您查看Microsoft的某些GitHub存储库,您将看到它被使用,例如在this PowerShell script中。
此参数仅对特定版本的Windows有效吗?它只在Windows Server上可用吗?我是否可以在Windows功能中启用某些功能以使此参数有效?