Certificates

One of my clients asked me how to check for expired certificates. This simple script opens the certificate store through the PS-drive CERT: and lists all certificates that are soon to expire. You can change the threshold to any value in the first line. Here’s the script: $threshold = 30 #Number of days to look […]

Continue reading about Check for certificate expiration with PowerShell (on multiple servers)