I am trying to run the following command in PowerShell:
Command-
netsh http delete sslcert hostnameport="services.localtest.me:443"
Result-
'hostnameport' is not a valid argument for this command.
The syntax supplied for this command is not valid. Check help for the correct syntax.
I am getting an error stating that hostnameport is not a valid argument, however it is documented on this site as a Community Addition. Also, if you look in some of the GitHub repos from Microsoft, you'll see it being used, such as in this PowerShell script.
Is this argument only valid on specific versions of Windows? Is it only available on Windows Server? Can I enable something in Windows Features to make this argument work?