Difference between revisions of "Import-pfxCertificate"

From UVOO Tech Wiki
Jump to navigation Jump to search
(Created page with "``` Get-ChildItem Cert:\ -Recurse $mypwd = ConvertTo-SecureString -String "foo" -Force –AsPlainText Import-PfxCertificate –FilePath .\NA26-P-VenSQL01.extendhealth.com.pfx...")
 
(No difference)

Latest revision as of 15:03, 23 August 2023

Get-ChildItem Cert:\ -Recurse
$mypwd = ConvertTo-SecureString -String "foo" -Force –AsPlainText
Import-PfxCertificate –FilePath .\NA26-P-VenSQL01.extendhealth.com.pfx cert:\localMachine\my -Password $mypwd