Updated ImportCertificate.ps1

This commit is contained in:
2017-11-14 16:26:44 +00:00
parent b2c8f2e0f4
commit 432d5e49d5

View File

@@ -4,4 +4,5 @@
param(
[Parameter(Mandatory=$true)][string]$CertPath
)
Write-Host "Registering certificate: $CertPath" -CertStoreLocation cert:\CurrentUser\Root
Write-Host "Registering certificate: $CertPath"
Import-Certificate -Filepath "$CertPath" -CertStoreLocation cert:\CurrentUser\Root