How do I get version/revision of CertUtil

Frank Erli 21 Reputation points
2021-02-14T14:32:27.58+00:00

I've noticed fciv is no longer available for download. Is this permanent? Assuming so, the alternative seems to be CertUtil. I would like to use CertUtil but need to know the revision/version.

In fciv the revision/version is reported by default when the results of the checksum is displayed. However, CertUtil does not even in verbose mode. I looked at all the verbs available and it is not obvious to me how to display the revision/version.

My question is how do I get the revision/version for CertUtil?

.NET CLI
.NET CLI
A cross-platform toolchain for developing, building, running, and publishing .NET applications.
322 questions
{count} votes

Accepted answer
  1. Vadims Podāns 8,866 Reputation points MVP
    2021-02-14T16:53:22.063+00:00

    you can get executable version using WMIC (command prompt only):

    WMIC DATAFILE WHERE name="C:\\windows\\system32\\certutil.exe"
    

0 additional answers

Sort by: Most helpful