Along with the certificate information retrieved with Test-WebServerSSL, is there a way to retrieve the SSLFlags attribute? I've found that this isn't always in the same place and on some systems running IIS, I haven't been able to locate it.
We have a need to verify all web servers are public key enabled. Part of this process is verifying the requirement of client certificates is properly configured.
I've written a small script that takes a list of machine names as input, checks each to see if W3SVC is present and running. If so, it looks for the server certificate. This is useful as all of our web servers require certificates issued by the Department of Defense.
I'm hoping this can be done without PSRemoting. Not every machine on the network has it enabled, and I'm pretty sure we aren't even supposed to use it (DoD Security guidelines .. grrrr)
Thanks,
J
We have a need to verify all web servers are public key enabled. Part of this process is verifying the requirement of client certificates is properly configured.
I've written a small script that takes a list of machine names as input, checks each to see if W3SVC is present and running. If so, it looks for the server certificate. This is useful as all of our web servers require certificates issued by the Department of Defense.
I'm hoping this can be done without PSRemoting. Not every machine on the network has it enabled, and I'm pretty sure we aren't even supposed to use it (DoD Security guidelines .. grrrr)
Thanks,
J