I am creating a script which will notify users when their certificates are about to expire. In the notification email, I would like to have all Subject Alternative Names listed if they exist in the email. My question is how can I see the SAN's in each certificate when running Get-CertificationAuthority -ComputerName "xxx" | Get-IssuedRequest -RequestID xx? When I look at the certificate via ADCS console, I can see the extension with the names.
Currently I am running PSPKI 3.0 with in 2012 R2 environment.
Thanks for your help.
Currently I am running PSPKI 3.0 with in 2012 R2 environment.
Thanks for your help.