How to find alerts by TimeRaised using get-alert + criteria-expression
I am trying to search alerts by TimeRaised. I am using get-alert cmdlet along 'criteria' parameter to achieve this. Following is the expression that I am executing:
get-alert -criteria {TimeRaised = '3/3/2009 10:26:32 AM'}
However, I am not getting the desired results.
Can anyone tell me what is the correct expression to find alerts using any datetime fields such as TimeRaised?
Unfold
How to find alerts by TimeRaised using get-alert + criteria-expression by
iamtulipin, 16 Mar 2009 12:25





