I input the cmdlet:
PS C:\Users\Administrator> Get-CertificationAuthority -Name testpcca | Get-IssuedRequest -Filter "CommonName -eq 10000" | Revoke-Certificate -Reason "CeaseOfOperation"
It apear error:
警告: Specified pattern 'CommonName -eq 10000' is not valid!
Who can help with this error?
Comments: I attached updated files. Extract ZIP archive, and copy them to ModulePath\PSPKI\Server folder and replace existing files. Restart PowerShell and try again. Please, let me know if this update resolves your issue.
PS C:\Users\Administrator> Get-CertificationAuthority -Name testpcca | Get-IssuedRequest -Filter "CommonName -eq 10000" | Revoke-Certificate -Reason "CeaseOfOperation"
It apear error:
警告: Specified pattern 'CommonName -eq 10000' is not valid!
Who can help with this error?
Comments: I attached updated files. Extract ZIP archive, and copy them to ModulePath\PSPKI\Server folder and replace existing files. Restart PowerShell and try again. Please, let me know if this update resolves your issue.