Request queue %2 - Issued or revoked certificates, plus failed requests %3 - Failed requests %4 - Revoked certificates %5 ...

%1 -- Request queue %2 -- Issued or revoked certificates, plus failed requests %3 -- Failed requests %4 -- Revoked certificates %5 -- Extension table %6 -- Attribute table %7 -- CRL table  To display the StatusCode column for all entries:     -out StatusCode To display all columns for the last entry:     -restrict "RequestId==$" To display RequestId and Disposition for three requests:     -restrict "RequestId>=37,RequestId<40" -out "RequestId,Disposition"  To display Row Ids and CRL Numbers for all Base CRLs:     -restrict "CRLMinBase=0" -out "CRLRowId,CRLNumber" %7 To display Base CRL Number 3:     -v -restrict "CRLMinBase=0,CRLNumber=3" -out "CRLRawCRL" %7 To display the entire CRL table:     %7