Summary: Use Windows PowerShell to import a certificate.
How can I use Windows PowerShell to automate the installation of a certificate?
Use the Import-Certificate cmdlet, and specify the certificate store location and the path to
the certificate file, for example:
Import-Certificate –filepath c:\fso\mycert.cert –certStorelocation cert:\currentuser\my