$Pwd = ConvertTo-SecureString "secret" -AsPlainText -Force Import-PfxCertificate -FilePath .\cert.pfx -Password $Pwd -CertStoreLocation Cert:\LocalMachine\AuthRoot
$Pwd = ConvertTo-SecureString "secret" -AsPlainText -Force Import-PfxCertificate -FilePath .\cert.pfx -Password $Pwd -CertStoreLocation Cert:\LocalMachine\AuthRoot