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: Currently there is no way to work around this issue. I know how to fix this, however it may take few days to write the code. I will publish updated files here when the fix will be available.
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: Currently there is no way to work around this issue. I know how to fix this, however it may take few days to write the code. I will publish updated files here when the fix will be available.