Quantcast
Channel: Public Key Infrastructure PowerShell module
Viewing all articles
Browse latest Browse all 729

New Post: Exclude autoenroll certificates

$
0
0
you can include EnrollmentFlags column in the view and then use Where-Object to filter autoenrolled certs:
Get-CA ca01* | Get-IssuedRequest -Property EnrollmentFlags | where {$_-band 0x20}
Unfortunately, CA database engine does not support bitwise operators, therefore they must be applied out of band (in PowerShell you can use Where-Object cmdlet).

Viewing all articles
Browse latest Browse all 729

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>