This commit is contained in:
OCram85 2019-04-05 12:06:18 +02:00
parent 01e8a2f263
commit 16435095e1
1 changed files with 1 additions and 1 deletions

View File

@ -88,7 +88,7 @@ function Import-CSPfxCertificate {
)
)
if (Test-CSCertificate -Thumbprint $cert.Thumbprint) {
if (Test-CSPfxCertificate -Thumbprint $cert.Thumbprint) {
Write-Warning -Message ('The certificate with thumbprint {0} is already present!' -f $cert.Thumbprint)
}
else {