how to determine if openssl is installed on a server?

I would like to know, how do I verify if openssl has been installed on my windows server? just to check for openssl in add/remove programs or do I have any other way to check the same?

June 17th, 2015 6:29am

Hi,

You could use PowerShell. Example:

gwmi -class win32_product -computer localhost -filter "Name LIKE '%openssl%'"

Free Windows Admin Tool Kit Click here and download it now
June 17th, 2015 7:10am

I ran the command on one of the servers and it yielded no results. Like the below

PS C:\Users\Administrator> gwmi -class win32_product -computer localhost -filter "Name LIKE '%openssl%'"
PS C:\Users\Administrator>

June 18th, 2015 1:46am

Hi,

The script assumes there is an entry in Programs and Features including the term openssl. I don't have it installed here, so you need to check if that's actually the name. It works fine here if I change it to Microsoft, for instance.

If there is no entry including this term, you have to let me know how to check if it's installed on your servers (manually).

Free Windows Admin Tool Kit Click here and download it now
June 18th, 2015 2:37am

I'm not sure on how to verify and confirm if openssl has been installed on the server
June 18th, 2015 3:41am

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics