Powershell Check SSL Certs
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354# set some constants for the script # min cert age is 60 days, print in red if the cert is going to expire in 60 days or less $minCertAge …