domingo, 4 de junio de 2023

Command to see all certificates in windows

 dir cert:\LocalMachine\my | Where-Object { $_.HasPrivateKey } | Foreach-Object { write-host $_.thumbprint - $_.subject }


No hay comentarios:

Publicar un comentario