You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Write-Error "Cannot find any certficate with the subject: $subject"
} elseif ($cert.GetType().Name -eq "Object[]") {
Write-Error "Cannot choose which certificate to use. Multiple certs found with the same subject: $subject.`nPlease remove extra certs, keep only one cert and retry.`nYou can delete all certs using .\Clean-RemediationSigning.ps1"