【Powershell】pfx形式の証明書をインポートする Powershell Windows Posted by: 2022年1月8日 no comments yet <スポンサーリンク> Import-PfxCertificate -FilePath rdsgateway.vamdemic.net.pfx -CertStoreLocation Cert:\CurrentUser\Root\ -Password (ConvertTo-SecureString -AsPlainText "P@ssw0rd" -Force) -Confirm:$false 1 Import-PfxCertificate -FilePath rdsgateway.vamdemic.net.pfx -CertStoreLocation Cert:\CurrentUser\Root\ -Password (ConvertTo-SecureString -AsPlainText "P@ssw0rd" -Force) -Confirm:$false <スポンサーリンク> older newer コメントを残す コメントをキャンセルAllowed tags: you may use these HTML tags and attributes: <a href="">, <strong>, <em>, <h1>, <h2>, <h3>Please note: all comments go through moderation. Name (required) Email (required) Website キャプチャコード * Δemail confirm* post date* 日本語が含まれない投稿は無視されますのでご注意ください。(スパム対策)