Vadims Podans
Vadims Podans
I did a review of PsFCIV and decided to split it up from PSPKI and move to a separate project: https://github.com/PKISolutions/PsFCIV. I refactored the code, removed legacy artifacts, various bugs,...
Can you be more specific about your issue?
Can you clarify what do you mean under "known bad files" and "corrupted files"? Files are physically corrupted? If it is the case, what is the desired behavior when PSFCIV...
Good news, this is going to be added to v4.4!
I think it is possible to implement this via extra parameters in `Set-CertificateTemplateAcl`. Or, at very least, it will be available in my implementation of `CertificateTemplateSecurityDescriptor` class so inheritance properties...
Did you check cmdlet built-in help? ``` PS C:\> man Get-IssuedRequest -Parameter Filter -Filter Specifies the query filter to restrict output objects to ones that matches query filter rule. Query...
> I didn't realize it might not support "-ne" or "-notcontains". This limitation came from underlying DB query engine. Look for `SeekOperator` parameter that lists supported by underlying query engine...
No. This tool is built using WPF, which is Windows-only UI framework.
Can you provide network request details? The application does not require any network connection and can work in a complete isolated (with no network adapters) without any limitations. So I'm...
To my understanding, requests were sent when you tried to verify application signature. That process invoked CRL retrieval to validate signature for revocation. For example, first IP in your video...