So, I'm trying to develop an agent-less environment management tool. The tool would essentially checklist a group of servers for specific settings that you could specify and it will either simply just report back the results, or make modifications (if allowed to).
I've been able to figure out how to do much of this remotely, but have yet to figure out a way to see which certificates are installed an active on a machine remotely. I'm just looking for basic certificate information like name, thumbprint, expiration date, and cert-chain validity.
Anyone know of way to do this using C# or some other method, like WMI? My attempts to find related information on the internet have been abysmal.