Nope:
or:
Get-CA ca01* | Get-IssuedRequest -Property EnrollmentFlags | where {($_-band 0x20) -eq 0}
Get-CA ca01* | Get-IssuedRequest -Property EnrollmentFlags | where {!($_-band 0x20)}