Criteria Query

I’m having issues getting the correct criteria for scoping to “about to expire Certificates” within an alert tile. The MP used is the System Center PKI. Within SCOM there is a state view scoped to Certificate Store class and has the expression “IsTimeValid Status and Expires Soon Flag is True”. But I cannot seem to find the correct Criteria Expression Syntax if anyone has any idea.

Thanks

Hi,

please try this:

CertTimeStatus = ‘IsTimeValid’ and CertExpiresWithin31Days = ‘true’

We don’t have an certificate which will expire in the next 31 days, so i’m not able to verify this.

worked perfect. Thank you