Vadims Podans
Vadims Podans
Have you looked Revoke-Certificate command examples: https://www.pkisolutions.com/tools/pspki/Revoke-Certificate?
Look at the last example. Just replace `Get-RevokedCertificate` with `Get-IssuedCertificate`, for example: ``` Get-CertificationAuthority MyCA | Get-IssuedRequest -ID 17 | Revoke-Certificate -Reason "KeyCompromise" ```
Then your command has incorrect parameters.
And what your text file content look like?